We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8475656 commit bbc2e39Copy full SHA for bbc2e39
doc/Language/grammars.pod
@@ -86,7 +86,7 @@ information you are actually interested in.
86
To avoid the need for diving deep into a match tree, you can supply an
87
I<actions> object. After each successful parse of a named rule in your
88
grammar, it tries to call a method of the same name as the grammar rule,
89
-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
90
argument. If no such method exists, it is skipped.
91
92
Here is a contrived example of a grammar and actions in action:
0 commit comments