Skip to content

Commit f622680

Browse files
committed
Make sure <( )> is in the regex category
1 parent 8a8f082 commit f622680

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
@@ -715,7 +715,7 @@ all named captures:
715715
There is a more convenient way to get named captures which is discussed in
716716
the section on Subrules.
717717
718-
=head2 X«Capture markers|<(,)>»
718+
=head2 X«Capture markers|regex,<( )>»
719719
720720
A C«<(» token indicates the start of the match's overall capture, while the corresponding C«)>»
721721
token indicates its endpoint. The C«<(» is similar to other languages X<\K|\K> to discard any matches

0 commit comments

Comments
 (0)