From: Rafael Garcia-Suarez Date: Mon, 30 May 2005 08:11:30 +0000 (+0000) Subject: Minor grammar fix by Uri Guttman X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5146ce245446226ed02775f664797aac87dacb4d;p=p5sagit%2Fp5-mst-13.2.git Minor grammar fix by Uri Guttman p4raw-id: //depot/perl@24624 --- diff --git a/pod/perlre.pod b/pod/perlre.pod index bf319ba..cd6056c 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.) B: 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: Once Perl sees that you need one of C<$&>, C<$`>, or