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 778f9a1 commit b13c85dCopy full SHA for b13c85d
doc/Language/grammars.rakudoc
@@ -202,7 +202,7 @@ methods.
202
=head3 X«C<ws>|Regexes,ws»
203
204
The default C<ws> matches zero or more whitespace characters, as long as that
205
-point is not within a word (in code form, that's C«regex ws { <!ww> \s* }»):
+point is not within a word (in code form, that's C«token ws { <!ww> \s* }»):
206
207
# First <.ws> matches word boundary at the start of the line
208
# and second <.ws> matches the whitespace between 'b' and 'c'
0 commit comments