This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlop: Grammatical nit.
authorKarl Williamson <khw@cpan.org>
Tue, 15 Jul 2014 22:05:12 +0000 (16:05 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 20 Jul 2014 16:56:39 +0000 (10:56 -0600)
'either' refers only to one of two possibilities.  Since this
has more than that, 'either' is grammatically incorrect.

pod/perlop.pod

index 7928370..0535bfd 100644 (file)
@@ -1751,7 +1751,7 @@ test and never recompile by adding a C</o> (which stands for "once")
 after the trailing delimiter.
 Once upon a time, Perl would recompile regular expressions
 unnecessarily, and this modifier was useful to tell it not to do so, in the
-interests of speed.  But now, the only reasons to use C</o> are either:
+interests of speed.  But now, the only reasons to use C</o> are one of:
 
 =over