Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
coke committed Oct 25, 2018
1 parent be63e6b commit 4cbf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/grammars.pod6
Expand Up @@ -437,7 +437,7 @@ To pass arguments into a grammar, you can use the named argument of C<:args> on
Once the arguments are passed in, they can be used in a call to a named regex inside the grammar.
=begin code
grammar demonstrate-arguments-again
grammar demonstrate-arguments-again {
rule TOP ($word) {
<phrase-stem><added-word($word)>
}
Expand Down

0 comments on commit 4cbf1cb

Please sign in to comment.