Skip to content

Commit ff64699

Browse files
committed
s:g/Perl )>\d/Perl /
1 parent de1ae72 commit ff64699

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=begin pod :tag<convert>
22
3-
=TITLE Perl 5 to Perl 6 guide - Overview
3+
=TITLE Perl 5 to Perl 6 guide - Overview
44
5-
=SUBTITLE How do I do what I used to do? (Perl 6 in a nutshell.)
5+
=SUBTITLE How do I do what I used to do? (Perl 6 in a nutshell.)
66
77
This page attempts to index the changes in syntax and semantics from
88
Perl 5 to Perl 6. Whatever worked in Perl 5 and must be written differently

doc/Language/5to6-perlsyn.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
=TITLE Perl 5 to Perl 6 guide - Syntax
44
5-
=SUBTITLE Syntactic differences between Perl 5 and Perl 6.
5+
=SUBTITLE Syntactic differences between Perl 5 and Perl 6.
66
77
perlsyn - Perl syntax
88

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ extracted from a linked list of C<addrinfo> elements, with the first element
713713
pointed to by C<res>.
714714
715715
From the table of NativeCall Types we know that an C<int> is C<int32>.
716-
We also know that a C<char *> is one of the forms for a C C<Str>, which maps
716+
We also know that a C<char *> is one of the forms C for a C C<Str>, which maps
717717
simply to Str.
718718
But C<addrinfo> is a structure, which means we
719719
will need to write our own Type class. However, the function declaration is

doc/Language/rb-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ person.methods
991991
person.instance_variables
992992
993993
=for code
994-
# Perl 6
994+
# Perl 6
995995
class Person {};
996996
...
997997
my $person = Person.new;

0 commit comments

Comments
 (0)