summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-09-14 15:57:34 -0600
committerKarl Williamson <khw@cpan.org>2016-09-17 17:22:24 -0600
commitf66ccb6c49140b3167e4e605ce87d137725df9e7 (patch)
tree7bf59cd973280736b2c9a4d5f41d38c2afdc5a75 /pod/perlunicode.pod
parenta09ec51a7fc3455257a1239b61ef7b53a6b0570d (diff)
downloadperl-f66ccb6c49140b3167e4e605ce87d137725df9e7.tar.gz
perlunicode: Fix typo
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 44c2a986ee..152c34bbe2 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1534,7 +1534,7 @@ became generally reliable) through v5.18. The difference is that Perl
treated all C<\p{}> matches as failing, but all C<\P{}> matches as
succeeding.
-One problem with this is that it leads to unexpected, and confusting
+One problem with this is that it leads to unexpected, and confusing
results in some cases:
chr(0x110000) =~ \p{ASCII_Hex_Digit=True} # Failed on <= v5.18