Skip to content

Commit

Permalink
perldelta: Revise wording
Browse files Browse the repository at this point in the history
Some of this was suggested by Jarkko Hietaniemi
  • Loading branch information
khwilliamson committed Apr 18, 2016
1 parent de1d2c7 commit 28d629a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod/perldelta.pod
Expand Up @@ -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 *
Expand Down

0 comments on commit 28d629a

Please sign in to comment.