Skip to content

Commit

Permalink
Supply missing right brace in regex example
Browse files Browse the repository at this point in the history
As suggested by Jim Avera in RT 134395.
  • Loading branch information
jkeenan committed Sep 1, 2019
1 parent 72c9c98 commit 7ea7c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlrebackslash.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ea7c4b

Please sign in to comment.