]> git.vpit.fr Git - perl/modules/Hash-Normalize.git/commitdiff
Remove an extra useless line in get_normalize() synopsis
authorVincent Pit <perl@profvince.com>
Fri, 26 May 2017 18:56:08 +0000 (20:56 +0200)
committerVincent Pit <perl@profvince.com>
Fri, 26 May 2017 18:56:08 +0000 (20:56 +0200)
lib/Hash/Normalize.pm

index 194f2c1afdcd3e9a678b6926653fc085ea0e0434..9fd5d88385ea73a8df72f33e9d1935a4c1b2a36c 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.