Skip to content

Commit f5499d4

Browse files
committed
Adds semicolon, closes #3296
1 parent ebbdc62 commit f5499d4

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
@@ -377,7 +377,7 @@ say GrammarAdvice.subparse("use tokens for insignificant whitespace by default")
377377
say GrammarAdvice.subparse("use regexes for insignificant whitespace by default");
378378
# OUTPUT: «use regexes for insignificant whitespace by default»
379379
380-
say GrammarAdvice.subparse("use regexes for significant whitespace by default")
380+
say GrammarAdvice.subparse("use regexes for significant whitespace by default");
381381
# OUTPUT: #<failed match>
382382
=end code
383383

0 commit comments

Comments
 (0)