summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-14 17:21:40 -0600
committerFather Chrysostomos <sprout@cpan.org>2011-09-03 11:42:30 -0700
commitb42f22c2a80f4101572d3eba46ec7e401ff7ae8e (patch)
tree12977e74987905da227a56b7052d57e44a4aeb35
parent095878b0f6f3748a90889f2120813f9a14af8c78 (diff)
downloadperl-b42f22c2a80f4101572d3eba46ec7e401ff7ae8e.tar.gz
PATCH: [perl #76502] Fix UCD.pm doc
Thank you for your bug report. Change <lower> to <upper> as the report showed. Signed-off-by: David Golden <dagolden@cpan.org> (cherry picked from commit d2da20e3713b4c9367aaa821e5bb5b67f33611cd)
-rw-r--r--lib/Unicode/UCD.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 9c28b5aa8a..67b5a8a796 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -978,7 +978,7 @@ one or more codes (separated by spaces) that taken in order give the
code points for the title case of I<code>.
Each has at least four hexdigits.
-=item B<lower>
+=item B<upper>
one or more codes (separated by spaces) that taken in order give the
code points for the upper case of I<code>.