Skip to content

Commit 40a2a53

Browse files
authored
Merge pull request #1714 from 0/typo-fix
Fix )> typo
2 parents b56885b + fe03241 commit 40a2a53

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
@@ -964,7 +964,7 @@ C<\K>.
964964
say 'abc' ~~ / a <( b )> c/; # OUTPUT: «「b」␤»
965965
say 'abc' ~~ / <(a <( b )> c)>/; # OUTPUT: «「bc」␤»
966966
967-
As the example above, you can see C«<(» sets the start point and C«<)» sets the
967+
As the example above, you can see C«<(» sets the start point and C«)>» sets the
968968
endpoint. They are actually independent.
969969
970970
=head1 Substitution

0 commit comments

Comments
 (0)