diff options
author | Phil Pearl (Lobbes) <plobbes@gmail.com> | 2018-10-26 13:34:26 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-10-28 10:14:07 -0400 |
commit | 775b8798b9203755e8204f5f027e32f396afe0f7 (patch) | |
tree | c02c2390e214c65e0a0b62216c9f617db47bd5df /pod/perlre.pod | |
parent | 36b19dd8d51081b1314949c9e33ac02aac8aa273 (diff) | |
download | perl-775b8798b9203755e8204f5f027e32f396afe0f7.tar.gz |
remove extra 'be' in perlre pod
Committer: Add author.
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 2 |
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: |