This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: grammar
authorFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 07:49:07 +0000 (23:49 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 07:49:07 +0000 (23:49 -0800)
pod/perldiag.pod

index 470a826..3a747e5 100644 (file)
@@ -4011,7 +4011,7 @@ are meaningless.
 =item Reversed %s= operator
 
 (W syntax) You wrote your assignment operator backwards.  The = must
-always comes last, to avoid ambiguity with subsequent unary operators.
+always come last, to avoid ambiguity with subsequent unary operators.
 
 =item rewinddir() attempted on invalid dirhandle %s