summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2017-12-28 19:29:15 -0800
committerKaren Etheridge <ether@cpan.org>2017-12-28 19:29:25 -0800
commit0c50e9158896a33f8e2c4ec35ba33d7eff021f08 (patch)
tree542d9cf5fd7ddcdc14e7fe5917a38e3f38f2330f /lib
parent2b13e35c123fa2ccf42c9a8d449764f50b15cd60 (diff)
downloadperl-0c50e9158896a33f8e2c4ec35ba33d7eff021f08.tar.gz
minor grammar and punctuation fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/utf8.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index ea3c655586..9d56095539 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -246,7 +246,7 @@ dealing with filenames, you should probably read L<perlunitut> and
L<perlunifaq/What is "the UTF8 flag"?>.
Don't use this flag as a marker to distinguish character and binary
-data, that should be decided for each variable when you write your
+data: that should be decided for each variable when you write your
code.
To force unicode semantics in code portable to perl 5.8 and 5.10, call
@@ -258,7 +258,7 @@ C<utf8::upgrade($string)> unconditionally.
UTF-8. Will return true if it is well-formed Perl extended UTF-8 and has the
UTF-8 flag
on B<or> if I<$string> is held as bytes (both these states are 'consistent').
-Main reason for this routine is to allow Perl's test suite to check
+The main reason for this routine is to allow Perl's test suite to check
that operations have left strings in a consistent state.
=back