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 ebbdc62 commit f5499d4Copy full SHA for f5499d4
doc/Language/grammars.pod6
@@ -377,7 +377,7 @@ say GrammarAdvice.subparse("use tokens for insignificant whitespace by default")
377
say GrammarAdvice.subparse("use regexes for insignificant whitespace by default");
378
# OUTPUT: «use regexes for insignificant whitespace by default»
379
380
-say GrammarAdvice.subparse("use regexes for significant whitespace by default")
+say GrammarAdvice.subparse("use regexes for significant whitespace by default");
381
# OUTPUT: #<failed match>
382
=end code
383
0 commit comments