We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1d2c7 commit 28d629aCopy full SHA for 28d629a
pod/perldelta.pod
@@ -304,10 +304,10 @@ This empty function call now takes about a third less time to execute:
304
=item *
305
306
Many languages, such as Chinese, are caseless. Perl now knows about
307
-most modern commercially important ones, and skips much of the work when
+most common ones, and skips much of the work when
308
a program tries to change case in them (like C<ucfirst()>) or match
309
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
+server, that can operate on multiple languages, while it is operating on a
311
caseless one.
312
313
0 commit comments