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>
Thu, 28 Aug 2014 19:40:03 +0000 (12:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 28 Aug 2014 19:40:03 +0000 (12:40 -0700)
1cd88304d70 fixed one grammatical error in this sentence.  This fixes
the other.

pod/perldiag.pod

index 2e15358..75c9774 100644 (file)
@@ -2603,7 +2603,7 @@ a module that is a MRO plugin.  See L<mro> and L<perlmroapi>.
 =item Invalid negative number (%s) in chr
 
 (W utf8) You passed a negative number to C<chr>.  Negative numbers are
-not valid character numbers, so it return the Unicode replacement
+not valid character numbers, so it returns the Unicode replacement
 character (U+FFFD).
 
 =item Invalid number (%f) in chr