summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-06-23 10:02:31 -0600
committerJesse Vincent <jesse@bestpractical.com>2010-06-28 22:30:05 -0400
commit0967016db4c3b7101c63952f44f5b31f6a16b6d2 (patch)
tree8ea478e1a351d809bbb856db9b0eeb37da1b50a3 /pod
parent7ba31cb40054ae9f8ead85baf42185104bf7de1c (diff)
downloadperl-0967016db4c3b7101c63952f44f5b31f6a16b6d2.tar.gz
Fix broken link in perlglossary.pod
Diffstat (limited to 'pod')
-rw-r--r--pod/perlglossary.pod2
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