Skip to content

Commit be63e6b

Browse files
committed
whitespace
1 parent 5c58156 commit be63e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammars.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ To pass arguments into a grammar, you can use the named argument of C<:args> on
431431
}
432432
433433
# Notice the comma after "sweets" when passed to :args to coerce it to a list
434-
say demonstrate-arguments.parse("I like sweets", :args(("sweets",))); # OUTPUT: «「I like sweets」␤»
434+
say demonstrate-arguments.parse("I like sweets", :args(("sweets",))); # OUTPUT: «「I like sweets」␤»
435435
=end code
436436
437437
Once the arguments are passed in, they can be used in a call to a named regex inside the grammar.

0 commit comments

Comments
 (0)