diff options
author | Karl Williamson <khw@cpan.org> | 2016-05-23 08:04:53 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-05-23 08:11:07 -0600 |
commit | 4cb26c52ed90189e6e3564a4654b869fe4c4d3e6 (patch) | |
tree | 83d9b8644264cbf04c035df3ef1bf29100b59dd6 | |
parent | f2b9631d5d19d2b71c1776e1193173d13f3620bf (diff) | |
download | perl-4cb26c52ed90189e6e3564a4654b869fe4c4d3e6.tar.gz |
PATCH: [perl #128219] typo in perlrecharclass
Thanks for spotting this. It was a typo. Alpha matches XPosixAlpha.
-rw-r--r-- | pod/perlrecharclass.pod | 2 |
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{}>. |