diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-30 08:11:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-30 08:11:30 +0000 |
commit | 5146ce245446226ed02775f664797aac87dacb4d (patch) | |
tree | fafafbff44299c923221df9b35850b699780280d | |
parent | a4d9c8a6ca8341547c15d831d9aa888263f7fce2 (diff) | |
download | perl-5146ce245446226ed02775f664797aac87dacb4d.tar.gz |
Minor grammar fix by Uri Guttman
p4raw-id: //depot/perl@24624
-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 bf319ba16c..cd6056c2f6 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -400,7 +400,7 @@ until the end of the enclosing block or until the next successful match, whichever comes first. (See L<perlsyn/"Compound Statements">.) B<NOTE>: failed matches in Perl do not reset the match variables, -which makes easier to write code that tests for a series of more +which makes it easier to write code that tests for a series of more specific cases and remembers the best match. B<WARNING>: Once Perl sees that you need one of C<$&>, C<$`>, or |