diff --git a/doc/Language/regexes.pod6 b/doc/Language/regexes.pod6 index df0565bf8..e204bf83e 100644 --- a/doc/Language/regexes.pod6 +++ b/doc/Language/regexes.pod6 @@ -267,7 +267,7 @@ L. As such they are subject to the usual capturing semantics. This means that if a character class is called with the syntax C«» (i.e. as indicated in the leftmost column), it will not only match, but also capture, installing a -correspondingly named L in the +correspondingly L in the resulting L. In case just a match and no capture is desired, the capture may be suppressed through the use of call syntax that includes a leading dot: C«<.name>».