summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-05-11 08:02:53 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-11 08:02:53 -0400
commit4f5e76eb2411944fbc9a419b78598062612922e3 (patch)
tree54576555152ff9cad4bfbe989e79c25634df438e
parent0157ef98f2758c1571b03548125e2b193caff16d (diff)
downloadperl-4f5e76eb2411944fbc9a419b78598062612922e3.tar.gz
Applying typographical correction supplied by Andreas J. Koenig++.
For: RT #117959
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6d74114311..cee5565785 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -514,7 +514,7 @@ in L<perlsub/Lexical Subroutines>.
=head2 Defined values stored in environment are forced to byte strings
A value stored in an environment variable has always been stringified. In this
-release, it is converted to be only a byte string. First, it is forced to be a
+release, it is converted to be only a byte string. First, it is forced to be
only a string. Then if the string is utf8 and the equivalent of
C<utf8::downgrade()> works, that result is used; otherwise, the equivalent of
C<utf8::encode()> is used, and a warning is issued about wide characters