summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-05-23 08:04:53 -0600
committerKarl Williamson <khw@cpan.org>2016-05-23 08:11:07 -0600
commit4cb26c52ed90189e6e3564a4654b869fe4c4d3e6 (patch)
tree83d9b8644264cbf04c035df3ef1bf29100b59dd6 /pod/perlrecharclass.pod
parentf2b9631d5d19d2b71c1776e1193173d13f3620bf (diff)
downloadperl-4cb26c52ed90189e6e3564a4654b869fe4c4d3e6.tar.gz
PATCH: [perl #128219] typo in perlrecharclass
Thanks for spotting this. It was a typo. Alpha matches XPosixAlpha.
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index 7f5a4ef273..89f4a7ef3f 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -863,7 +863,7 @@ Same for the two ASCII-only range forms.
=back
There are various other synonyms that can be used besides the names
-listed in the table. For example, C<\p{PosixAlpha}> can be written as
+listed in the table. For example, C<\p{XPosixAlpha}> can be written as
C<\p{Alpha}>. All are listed in
L<perluniprops/Properties accessible through \p{} and \P{}>.