summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-05-14 20:53:50 -0400
committerRicardo Signes <rjbs@cpan.org>2012-05-14 21:12:57 -0400
commit5a2baa23c763b2d83640843253832573d00ac84e (patch)
tree1a26b59c2922750e7e7ff16810215de142dd0a63
parent28b4adf49a0f5dfd3618561f229d1f60e20fd3dd (diff)
downloadperl-5a2baa23c763b2d83640843253832573d00ac84e.tar.gz
perldelta: fix a noun/verb number agreement
reported by mauke
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6cbdc5715f..aa05972bba 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -848,7 +848,7 @@ version of those values from the OS.
This is unlikely to result in a real problem, as Perl does not attach
special meaning to any non-ASCII character, so it is currently
irrelevant which are quoted or not. This change fixes bug [perl #77654] and
-bring Perl's behavior more into line with Unicode's recommendations.
+brings Perl's behavior more into line with Unicode's recommendations.
See L<perlfunc/quotemeta>.
=head1 Performance Enhancements