summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-13 17:38:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-13 17:38:09 +0000
commit87641b0714f24875010285f885feeb478af5d3d2 (patch)
tree78844b09ac608202e8375790ced76edc1ccc3808 /lib
parent79788a2dd41825cea24110ea4e02e9714134a2b6 (diff)
downloadperl-87641b0714f24875010285f885feeb478af5d3d2.tar.gz
Detypo.
p4raw-id: //depot/perl@19514
Diffstat (limited to 'lib')
-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 ec1c9989df..51d86daa92 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -459,7 +459,7 @@ A I<code point argument> is either a decimal or a hexadecimal scalar
designating a Unicode character, or C<U+> followed by hexadecimals
designating a Unicode character. In other words, if you want a code
point to be interpreted as a hexadecimal number, you must prefix it
-with either C<0x> or C<U+>, becauseq a string like e.g. C<123> will
+with either C<0x> or C<U+>, because a string like e.g. C<123> will
be interpreted as a decimal code point. Also note that Unicode is
B<not> limited to 16 bits (the number of Unicode characters is
open-ended, in theory unlimited): you may have more than 4 hexdigits.