Skip to content

Commit c26adf4

Browse files
committed
remove duplicate word
1 parent fa57286 commit c26adf4

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
@@ -267,7 +267,7 @@ L<named regexes|/language/regexes#Subrules>.
267267
As such they are subject to the usual capturing semantics. This means that if
268268
a character class is called with the syntax C«<name>» (i.e. as indicated in
269269
the leftmost column), it will not only match, but also capture, installing a
270-
correspondingly named L<named capture|/language/regexes#Named_captures> in the
270+
correspondingly L<named capture|/language/regexes#Named_captures> in the
271271
resulting L<Match object|/type/Match>. In case just a match and no capture is
272272
desired, the capture may be suppressed through the use of call syntax that
273273
includes a leading dot: C«<.name>».

0 commit comments

Comments
 (0)