Skip to content

Commit b13c85d

Browse files
authored
Call <ws> a "token" not "regex"
1 parent 778f9a1 commit b13c85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammars.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ methods.
202202
=head3 X«C<ws>|Regexes,ws»
203203

204204
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* }»):
205+
point is not within a word (in code form, that's C«token ws { <!ww> \s* }»):
206206

207207
# First <.ws> matches word boundary at the start of the line
208208
# and second <.ws> matches the whitespace between 'b' and 'c'

0 commit comments

Comments
 (0)