This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633c51b
)
perlop: Grammatical nit.
author
Karl Williamson
<khw@cpan.org>
Tue, 15 Jul 2014 22:05:12 +0000
(16:05 -0600)
committer
Karl 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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
7928370
..
0535bfd
100644
(file)
--- 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