Skip to content

Commit 1ba632e

Browse files
committed
Trigger doc rebuild to pull in highlighter fixes
Pulling in fixes for the highlighting of the ==> operator
1 parent 15b46af commit 1ba632e

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
@@ -1490,5 +1490,5 @@ won't match a string like C<"\n \n">, because there is a blank between the
14901490
two newlines. To allow such input strings, replace C<\n+> by C<\n\s*>.
14911491
14921492
=end pod
1493-
1493+
14941494
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)