diff options
author | Karl Williamson <khw@cpan.org> | 2017-02-18 13:00:49 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-02-20 09:18:16 -0700 |
commit | 04c2d19cf4e80cdb686bad3c1f30c464433a0b61 (patch) | |
tree | 05925de71aa717a27c863629bd59d6cd93253ad7 /pod/perlrecharclass.pod | |
parent | 05a0cace6c9b2af166c73b35ba5391b2f731cdb4 (diff) | |
download | perl-04c2d19cf4e80cdb686bad3c1f30c464433a0b61.tar.gz |
perlre, perlrecharclass, Fix overlooked typos
I thought I had committed these nits, pointed out to me by reviewers,
but I hadn't done so properly.
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r-- | pod/perlrecharclass.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index ab01142397..79480e4131 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -178,7 +178,7 @@ are generally used to add auxiliary markings to letters. C<\w> matches the platform's native underscore character plus whatever the locale considers to be alphanumeric. -=item if instead, Unicode rules are in effect ... +=item if, instead, Unicode rules are in effect ... C<\w> matches exactly what C<\p{Word}> matches. @@ -236,7 +236,7 @@ in the table below. C<\s> matches whatever the locale considers to be whitespace. -=item if instead, Unicode rules are in effect ... +=item if, instead, Unicode rules are in effect ... C<\s> matches exactly the characters shown with an "s" column in the table below. @@ -949,7 +949,7 @@ just the platform's native tab and space characters. =back -=item if instead, Unicode rules are in effect ... +=item if, instead, Unicode rules are in effect ... The POSIX class matches the same as the Full-range counterpart. |