summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKeith Thompson <kst@mib.org>2011-07-30 19:16:52 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-31 13:29:47 -0700
commit1cecf2c07f6a6e8177808fa5946a6ba12a5f52cf (patch)
tree1bb4fd6044b8e7b0c990479c0bfc7a3d38160294 /pod/perlrecharclass.pod
parent7698aede74509727f7bca31c58fc7a53b182315d (diff)
downloadperl-1cecf2c07f6a6e8177808fa5946a6ba12a5f52cf.tar.gz
More typo fixes in pod/perl*.pod files
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 c79d1e6505..0e583fd902 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -423,7 +423,7 @@ Examples:
-------
* There is an exception to a bracketed character class matching a
-single character only. When the class is to match caselessely under C</i>
+single character only. When the class is to match caselessly under C</i>
matching rules, and a character inside the class matches a
multiple-character sequence caselessly under Unicode rules, the class
(when not L<inverted|/Negation>) will also match that sequence. For