This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Revise wording
authorKarl Williamson <khw@cpan.org>
Mon, 18 Apr 2016 17:18:41 +0000 (11:18 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 18 Apr 2016 17:21:04 +0000 (11:21 -0600)
Some of this was suggested by Jarkko Hietaniemi

pod/perldelta.pod

index d44c6e1..7298aec 100644 (file)
@@ -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 *