Skip to content

Commit 116c879

Browse files
committed
remove trailing whitespace;
1 parent a634443 commit 116c879

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
@@ -993,7 +993,7 @@ So C<'a' ~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
993993
Regex adverbs can come before or inside a regex declaration and only affect
994994
the part of the regex that comes afterwards, lexically.
995995
Note that regex adverbs appearing before the regex must appear after
996-
something that introduces the regex to the parser, like 'rx' or 'm' or a bare '/'.
996+
something that introduces the regex to the parser, like 'rx' or 'm' or a bare '/'.
997997
This is NOT valid:
998998
999999
=begin code :skip-test

0 commit comments

Comments
 (0)