summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2018-04-18 16:28:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-19 09:20:37 -0400
commitdabde021f60e09a0d267e2c1d21905e88314056d (patch)
treecba2215a54b03e0210e5793a98743dd47d129844 /pod/perlrecharclass.pod
parenta3bda1a78f16ffb09616f48f73bb73558cbfd96c (diff)
downloadperl-dabde021f60e09a0d267e2c1d21905e88314056d.tar.gz
Spelling corrections in pod/*.pod from Alexandr Savca.
Alexandr Savca is now a Perl AUTHOR. For: RT #133120 Committer: holding off on the corrections to pod/perlartistic.pod until clarification of change to license text.
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 8c008507d1..3b5c5b12b1 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -641,7 +641,7 @@ Examples:
# even on an EBCDIC platform.
[\N{U+27}-\N{U+3F}] # Same. (U+27 is "'", and U+3F is "?")
-As the final two examples above show, you can achieve portablity to
+As the final two examples above show, you can achieve portability to
non-ASCII platforms by using the C<\N{...}> form for the range
endpoints. These indicate that the specified range is to be interpreted
using Unicode values, so C<[\N{U+27}-\N{U+3F}]> means to match