Skip to content

Commit 0fe2de0

Browse files
committed
[S05] s:g/Perl6/Perl 6/
1 parent 536a483 commit 0fe2de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S05-regex.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ backtracks, the next best rule is chosen. That is, the pecking order
5757
determines a candidate list; just because one candidate is chosen does not
5858
mean the rest are thrown away. They may, however, be explicitly thrown away
5959
by an appropriate backtracking control (sometimes called a "cut" operator,
60-
but Perl6 has several of them, depending on how much you want to cut).
60+
but Perl 6 has several of them, depending on how much you want to cut).
6161

6262
=head1 New match result and capture variables
6363

@@ -629,7 +629,7 @@ or you'll end up with:
629629

630630
Any grammar regex is really just a kind of method, and you may
631631
declare variables in such a routine using a colon followed by any
632-
scope declarator parsed by the Perl6 grammar, including C<my>,
632+
scope declarator parsed by the Perl 6 grammar, including C<my>,
633633
C<our>, C<state>, and C<constant>. (As quasi declarators, C<temp>
634634
and C<let> are also recognized.) A single statement (up through
635635
a terminating semicolon) is parsed as normal Perl 6 code:

0 commit comments

Comments
 (0)