683572
From 7ea7c4bb61d23965a7ad7041fe9c58b5075aac85 Mon Sep 17 00:00:00 2001
683572
From: James E Keenan <jkeenan@cpan.org>
683572
Date: Sat, 31 Aug 2019 19:18:36 -0400
683572
Subject: [PATCH] Supply missing right brace in regex example
683572
MIME-Version: 1.0
683572
Content-Type: text/plain; charset=UTF-8
683572
Content-Transfer-Encoding: 8bit
683572
683572
As suggested by Jim Avera in RT 134395.
683572
683572
Signed-off-by: Petr Písař <ppisar@redhat.com>
683572
---
683572
 pod/perlrebackslash.pod | 2 +-
683572
 1 file changed, 1 insertion(+), 1 deletion(-)
683572
683572
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
683572
index cfd182a7e1..4a8717346d 100644
683572
--- a/pod/perlrebackslash.pod
683572
+++ b/pod/perlrebackslash.pod
683572
@@ -446,7 +446,7 @@ Mnemonic: I<g>roup.
683572
 =head3 Relative referencing
683572
 
683572
 C<\g-I<N>> (starting in Perl 5.10.0) is used for relative addressing.  (It can
683572
-be written as C<\g{-I<N>>.)  It refers to the I<N>th group before the
683572
+be written as C<\g{-I<N>}>.)  It refers to the I<N>th group before the
683572
 C<\g{-I<N>}>.
683572
 
683572
 The big advantage of this form is that it makes it much easier to write
683572
-- 
683572
2.21.0
683572