In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/7ea7c4bb61d23965a7ad7041fe9c58b5075aac85?hp=72c9c989fca94126940cb5a9cf4b4883864e127e>

- Log -----------------------------------------------------------------
commit 7ea7c4bb61d23965a7ad7041fe9c58b5075aac85
Author: James E Keenan <[email protected]>
Date:   Sat Aug 31 19:18:36 2019 -0400

    Supply missing right brace in regex example
    
    As suggested by Jim Avera in RT 134395.

-----------------------------------------------------------------------

Summary of changes:
 pod/perlrebackslash.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
index cfd182a7e1..4a8717346d 100644
--- a/pod/perlrebackslash.pod
+++ b/pod/perlrebackslash.pod
@@ -446,7 +446,7 @@ Mnemonic: I<g>roup.
 =head3 Relative referencing
 
 C<\g-I<N>> (starting in Perl 5.10.0) is used for relative addressing.  (It can
-be written as C<\g{-I<N>>.)  It refers to the I<N>th group before the
+be written as C<\g{-I<N>}>.)  It refers to the I<N>th group before the
 C<\g{-I<N>}>.
 
 The big advantage of this form is that it makes it much easier to write

-- 
Perl5 Master Repository

Reply via email to