]> git.vpit.fr Git - perl/modules/Hash-Normalize.git/blobdiff - lib/Hash/Normalize.pm
Fix NFC description of caf\x{e9}
[perl/modules/Hash-Normalize.git] / lib / Hash / Normalize.pm
index 194f2c1afdcd3e9a678b6926653fc085ea0e0434..a498b2b9cfe2dbcb585a017963154c148cceb81f 100644 (file)
@@ -121,7 +121,6 @@ sub normalize (\%;$) {
 =head2 C<get_normalization>
 
     my $mode = get_normalization %hash;
-    normalize %hash, $mode;
 
 Returns the current Unicode normalization scheme in use for C<%hash>, or C<undef> if it is a plain hash.
 
@@ -146,7 +145,7 @@ Stashes (Perl symbol tables) are implemented as plain hashes, therefore one can
     }
 
     sub coffee_nfc {
-     café() # NFC, "cafe\x{e9}"
+     café() # NFC, "caf\x{e9}"
     }
 
     sub coffee_nfd {