summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-15 22:18:43 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-15 22:25:36 -0700
commita93e23f11108239aca7f8e2d90e9e056b2bf9bd1 (patch)
tree61e634496568ffa35e5bb69f2808164b28fba49d /pod
parent7bc66b18e342b61d1c2794e7e003ca67c960dd98 (diff)
downloadperl-a93e23f11108239aca7f8e2d90e9e056b2bf9bd1.tar.gz
perlfunc: Nit
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 595cb9b5a5..f0ffd0679d 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -3327,8 +3327,8 @@ What gets returned depends on several factors:
=item If C<use bytes> is in effect:
-The results follow ASCII semantics. Only characters C<A-Z> change, to C<a-z>
-respectively.
+The results follow ASCII semantics. Only the characters C<A-Z> change,
+to C<a-z> respectively.
=item Otherwise, if C<use locale> (but not C<use locale ':not_characters'>) is in effect: