Skip to content

Commit bbc2e39

Browse files
committed
Fix typo
1 parent 8475656 commit bbc2e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammars.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ information you are actually interested in.
8686
To avoid the need for diving deep into a match tree, you can supply an
8787
I<actions> object. After each successful parse of a named rule in your
8888
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
89+
giving it the newly created L<Match|/type/Match> object as a positional
9090
argument. If no such method exists, it is skipped.
9191
9292
Here is a contrived example of a grammar and actions in action:

0 commit comments

Comments
 (0)