Skip to content

Commit 28d629a

Browse files
committed
perldelta: Revise wording
Some of this was suggested by Jarkko Hietaniemi
1 parent de1d2c7 commit 28d629a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pod/perldelta.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@ This empty function call now takes about a third less time to execute:
304304
=item *
305305

306306
Many languages, such as Chinese, are caseless. Perl now knows about
307-
most modern commercially important ones, and skips much of the work when
307+
most common ones, and skips much of the work when
308308
a program tries to change case in them (like C<ucfirst()>) or match
309309
caselessly (C<qr//i>). This will speed up a program, such as a web
310-
server, that can operate on multiple languages, while operating on a
310+
server, that can operate on multiple languages, while it is operating on a
311311
caseless one.
312312

313313
=item *

0 commit comments

Comments
 (0)