From 8e4698ef1ed0da722532bfcc769ba22fe85c4b47 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 15 Jul 2010 13:34:50 -0600 Subject: [PATCH] perlrebackslash: Nits Signed-off-by: David Golden --- pod/perlrebackslash.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod index c781601..9d246bd 100644 --- a/pod/perlrebackslash.pod +++ b/pod/perlrebackslash.pod @@ -366,8 +366,8 @@ Either C<\gI> (starting in Perl 5.10.0), or C<\I> (old-style) where I is a positive (unsigned) decimal number of any length is an absolute reference to a capturing group. -I refers to the Nth set of parentheses - so C<\gI> refers to whatever has -been matched by that set of parenthesis. Thus C<\g1> refers to the first +I refers to the Nth set of parentheses, so C<\gI> refers to whatever has +been matched by that set of parentheses. Thus C<\g1> refers to the first capture group in the regex. The C<\gI> form can be equivalently written as C<\g{I}> -- 2.7.4