summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-04-18 11:18:41 -0600
committerKarl Williamson <khw@cpan.org>2016-04-18 11:21:04 -0600
commit28d629a333f9b5b1738a039d5ef374e8d421a7ba (patch)
treefe9618a9a9fb17e7e03c35a7a02864f0fb87f183
parentde1d2c781cd2cadf7b7949763f206d407ecd8c3c (diff)
downloadperl-28d629a333f9b5b1738a039d5ef374e8d421a7ba.tar.gz
perldelta: Revise wording
Some of this was suggested by Jarkko Hietaniemi
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d44c6e1cc7..7298aec82c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -304,10 +304,10 @@ This empty function call now takes about a third less time to execute:
=item *
Many languages, such as Chinese, are caseless. Perl now knows about
-most modern commercially important ones, and skips much of the work when
+most common ones, and skips much of the work when
a program tries to change case in them (like C<ucfirst()>) or match
caselessly (C<qr//i>). This will speed up a program, such as a web
-server, that can operate on multiple languages, while operating on a
+server, that can operate on multiple languages, while it is operating on a
caseless one.
=item *