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