diff options
author | Tony Cook <tony@develop-help.com> | 2016-01-06 16:16:04 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-01-06 16:16:04 +1100 |
commit | f7f3c32952ebeb9c0790190caba414546fc65dfd (patch) | |
tree | f551f93cea034f477c015f86d77dfae0957ba5c9 /pod | |
parent | 12ffbb10fe94c82dda90efa15d691ababa5b8b8f (diff) | |
download | perl-f7f3c32952ebeb9c0790190caba414546fc65dfd.tar.gz |
fix a typo in perl5233delta.pod
Pointed out by Andrew Rodland (hobbs) on #p5p
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5233delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5233delta.pod b/pod/perl5233delta.pod index 89f4a03407..a8adeee2c1 100644 --- a/pod/perl5233delta.pod +++ b/pod/perl5233delta.pod @@ -274,7 +274,7 @@ Comparing two strings that were both encoded in UTF-8 (or more precisely, UTF-EBCDIC) did not work properly until now. Since C<sort()> uses C<cmp()>, this fixes that as well. -=item EBCDIC C<tr///> and C<yr///> fixed for C<\N{}>, and C<S<use utf8>> ranges +=item EBCDIC C<tr///> and C<y///> fixed for C<\N{}>, and C<S<use utf8>> ranges Perl v5.22 introduced the concept of portable ranges to regular expression patterns. A portable range matches the same set of |