Doc bug noticed by terry@eatoni.com (terry jones).
Jarkko Hietaniemi [Sat, 10 May 2003 18:56:08 +0000 (18:56 +0000)]
p4raw-id: //depot/perl@19476

lib/Unicode/UCD.pm

index b28c6f7..3ca797e 100644 (file)
@@ -522,7 +522,7 @@ sub compexcl {
 
     use Unicode::UCD 'casefold';
 
-    my %casefold = casefold("09dc");
+    my $casefold = casefold("09dc");
 
 The casefold() returns the locale-independent case folding of the
 character specified by a B<code point argument>.
@@ -595,7 +595,7 @@ sub casefold {
 
     use Unicode::UCD 'casespec';
 
-    my %casespec = casespec("09dc");
+    my $casespec = casespec("09dc");
 
 The casespec() returns the potentially locale-dependent case mapping
 of the character specified by a B<code point argument>.  The mapping