summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-02-10 18:22:09 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-02-10 18:22:09 +0100
commit43239f9092558d64042e15f37666b1cd1d54a7f7 (patch)
treed210dafd70fbac341eec88c945274624a8d2cea0 /pod
parent8e08999f3bcb291cf4030b32119cbd496d987e8c (diff)
downloadperl-43239f9092558d64042e15f37666b1cd1d54a7f7.tar.gz
Fix previous patch. Actually it's written PAREN, not PARENT.
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 41ed3f2b25..9be3bc1eff 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -349,7 +349,7 @@ past where $2 ends, and so on. You can use C<$#+> to determine
how many subgroups were in the last successful match. See the
examples given for the C<@-> variable.
-=item %LAST_PARENT_MATCH
+=item %LAST_PAREN_MATCH
=item %+
X<%+>