diff options
Diffstat (limited to 'pod/perlglossary.pod')
-rw-r--r-- | pod/perlglossary.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod index 41dc412b57..9f0f646458 100644 --- a/pod/perlglossary.pod +++ b/pod/perlglossary.pod @@ -469,7 +469,7 @@ a L<captured substring|/capturing> by a regex subpattern. The use of parentheses around a L</subpattern> in a L</regular expression> to store the matched L</substring> as a L</backreference> -or L</capture group>. +or L<capture group|/capture buffer, capture group>. (Captured strings are also returned as a list in L</list context>.) =item character |