Skip to content

Commit fc81de7

Browse files
committed
Fix rakudoc typo (unneeded C inside C)
(This was found because the rendering changed in RAKUAST and that test complained about this file.)
1 parent 143705a commit fc81de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ C«<.ws>» subrule calls depending on where it occurs in the regex.
23982398
=end code
23992399

24002400
C<m:s/ photo shop /> acts the same as
2401-
C<m/ photo <.ws>» shop <.ws> />. By default, C«<.ws>» makes sure that
2401+
C<m/ photo <.ws> shop <.ws> />. By default, C«<.ws>» makes sure that
24022402
words are separated, so C<a b> and C<^&> will match C«<.ws>» in the
24032403
middle, but C<ab> won't:
24042404

0 commit comments

Comments
 (0)