summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-07-15 16:05:12 -0600
committerKarl Williamson <khw@cpan.org>2014-07-20 10:56:39 -0600
commit5cc4165376630d8930e99d7864bd63d1e70853f5 (patch)
tree44430af2ef1b8c85eba0616263ec4db22195e9ed
parent633c51bcc9849e67652e4949bd0a125a1a9d0eca (diff)
downloadperl-5cc4165376630d8930e99d7864bd63d1e70853f5.tar.gz
perlop: Grammatical nit.
'either' refers only to one of two possibilities. Since this has more than that, 'either' is grammatically incorrect.
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 7928370a0e..0535bfd25e 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -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