This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo in perlre
authorKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 04:10:07 +0000 (21:10 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 04:16:11 +0000 (21:16 -0700)
Spotted by Jim Avera

pod/perlre.pod

index 981f931..a536525 100644 (file)
@@ -978,7 +978,7 @@ repetition of the previous word, assuming the C</x> modifier, and no C</i>
 modifier outside this group.
 
 These modifiers do not carry over into named subpatterns called in the
-enclosing group. In other words, a pattern such as C<((?i)(&NAME))> does not
+enclosing group. In other words, a pattern such as C<((?i)(?&NAME))> does not
 change the case-sensitivity of the "NAME" pattern.
 
 Any of these modifiers can be set to apply globally to all regular