summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-03-03 18:42:30 -0700
committerKarl Williamson <public@khwilliamson.com>2011-03-03 19:26:17 -0700
commit4f66642efa00c6bb7fdc4e2f096ddc55e6206cb6 (patch)
tree64dc62a454a7e14be95e8bb80c4367811d9065fe /lib
parent05dbc6f80f8f2d5774f53874803f5a20450bbe82 (diff)
downloadperl-4f66642efa00c6bb7fdc4e2f096ddc55e6206cb6.tar.gz
UCD.pm: Fix typos in pod
Diffstat (limited to 'lib')
-rw-r--r--lib/Unicode/UCD.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 1fece2773d..3b21b49bb0 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -208,7 +208,7 @@ As of Unicode 6.0, this is always empty.
=item B<upper>
is empty if there is no single code point uppercase mapping for I<code>
-(it's uppercase mapping is itself);
+(its uppercase mapping is itself);
otherwise it is that mapping expressed as at least four hexdigits.
(L</casespec()> should be used in addition to B<charinfo()>
for case mappings when the calling program can cope with multiple code point
@@ -217,7 +217,7 @@ mappings.)
=item B<lower>
is empty if there is no single code point lowercase mapping for I<code>
-(it's lowercase mapping is itself);
+(its lowercase mapping is itself);
otherwise it is that mapping expressed as at least four hexdigits.
(L</casespec()> should be used in addition to B<charinfo()>
for case mappings when the calling program can cope with multiple code point
@@ -226,7 +226,7 @@ mappings.)
=item B<title>
is empty if there is no single code point titlecase mapping for I<code>
-(it's titlecase mapping is itself);
+(its titlecase mapping is itself);
otherwise it is that mapping expressed as at least four hexdigits.
(L</casespec()> should be used in addition to B<charinfo()>
for case mappings when the calling program can cope with multiple code point