From 28d629a333f9b5b1738a039d5ef374e8d421a7ba Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 18 Apr 2016 11:18:41 -0600 Subject: [PATCH] perldelta: Revise wording Some of this was suggested by Jarkko Hietaniemi --- pod/perldelta.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d44c6e1cc7ee..7298aec82cb1 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) or match caselessly (C). 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 *