summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorPhil Pearl (Lobbes) <plobbes@gmail.com>2018-10-26 13:34:26 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-10-28 10:14:07 -0400
commit775b8798b9203755e8204f5f027e32f396afe0f7 (patch)
treec02c2390e214c65e0a0b62216c9f617db47bd5df /pod/perlre.pod
parent36b19dd8d51081b1314949c9e33ac02aac8aa273 (diff)
downloadperl-775b8798b9203755e8204f5f027e32f396afe0f7.tar.gz
remove extra 'be' in perlre pod
Committer: Add author.
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 74d19cde2f..e97d6c87df 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -931,7 +931,7 @@ instance the above example could also be written as follows:
/"(?>(?:(?>[^"\\]+)|\\.)*)"/
-Note that the possessive quantifier modifier can not be be combined
+Note that the possessive quantifier modifier can not be combined
with the non-greedy modifier. This is because it would make no sense.
Consider the follow equivalency table: