Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[grammars.pod] fix typo
  • Loading branch information
Hongwen Qiu committed Jun 22, 2010
1 parent 87323a0 commit 00b8fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/grammars.pod
Expand Up @@ -51,6 +51,7 @@ reference).

}


# test it:
my $tester = '{
"country": "Austria",
Expand Down Expand Up @@ -300,7 +301,7 @@ and turns it into a hash by calling the C<hash> method on it.

rule pairlist { [ <pair> ** [ \, ] ]? }
# TODO: make that » once RT #75434 is resolved
method pairlist($/) { make = $<pair>>>.ast; }
method pairlist($/) { make $<pair>>>.ast; }

=end programlisting

Expand Down

0 comments on commit 00b8fc7

Please sign in to comment.