summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-01-18 21:10:07 -0700
committerKarl Williamson <public@khwilliamson.com>2012-01-18 21:16:11 -0700
commitdd72e27bf84d5e7d3ca05e6525d443c489dd0b9f (patch)
tree5044f7591c5fae277eb3ba677f6b46ec07c5a108 /pod/perlre.pod
parente40f82f9214f412248d982cd8e36cf2a74b6caa5 (diff)
downloadperl-dd72e27bf84d5e7d3ca05e6525d443c489dd0b9f.tar.gz
Typo in perlre
Spotted by Jim Avera
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 981f931919..a536525096 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -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