Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
S05 typo
  • Loading branch information
diakopter committed Oct 13, 2011
1 parent 694d6ef commit 1770286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-regex.pod
Expand Up @@ -2679,7 +2679,7 @@ a token declaration such as
considers its "longest token" to be just the left square bracket, because
the first thing the C<expr> rule will do is traverse optional whitespace.
As an exception to this, and in order to promote readability, a special
exception is made for alternations inside rules. If an alteration in a
exception is made for alternations inside rules. If an alternation in a
rule, or any other context where C<:sigspace> is active, has whitespace
before a group of alternations, then any leading whitespace on the
alternatives is ignored. That is, C<rule { [ a | b ] }> is treated as
Expand Down

0 comments on commit 1770286

Please sign in to comment.