Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
book committed Nov 7, 2015
1 parent 8475656 commit bbc2e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/grammars.pod
Expand Up @@ -86,7 +86,7 @@ information you are actually interested in.
To avoid the need for diving deep into a match tree, you can supply an
I<actions> object. After each successful parse of a named rule in your
grammar, it tries to call a method of the same name as the grammar rule,
giving it the newly create L<Match|/type/Match> object as a positional
giving it the newly created L<Match|/type/Match> object as a positional
argument. If no such method exists, it is skipped.
Here is a contrived example of a grammar and actions in action:
Expand Down

0 comments on commit bbc2e39

Please sign in to comment.