Skip to content

Commit d9869e4

Browse files
committed
clarify statement
1 parent 56f3241 commit d9869e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ be consumed. This means that all of these are equivalent:
322322
/\x2e/ and /\x002e/ and /\x00002e/
323323
324324
But this format can be ambiguous, so the use of surrounding whitespace is
325-
highly recommended.
325+
highly recommended in non-trivial expressions.
326326
327327
For additional provisos with respect to combining codepoints, see
328328
L<C<\c> and C<\C>|#regex,\c>.

0 commit comments

Comments
 (0)