Skip to content

Commit fe0de16

Browse files
committed
Mention unspaces in default ws
1 parent d215859 commit fe0de16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammars.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Is the same as:
104104
token entry { <key> <.ws> ’=’ <.ws> <value> <.ws> } # . = non-capturing
105105
106106
The default C<ws> matches "whitespace", such a sequence of spaces (of whatever
107-
type), newlines, or heredocs.
107+
type), newlines, unspaces, or heredocs.
108108
109109
It's perfectly fine to provide your own C<ws> token:
110110

0 commit comments

Comments
 (0)