Change 17812 by [EMAIL PROTECTED] on 2002/08/30 12:06:20

        Subject: [PATCH] typos in Hash::Util documentation
        From: Slaven Rezic <[EMAIL PROTECTED]>
        Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/lib/Hash/Util.pm#5 edit

Differences ...

==== //depot/perl/lib/Hash/Util.pm#5 (text) ====
Index: perl/lib/Hash/Util.pm
--- perl/lib/Hash/Util.pm#4~15924~      Mon Apr 15 05:52:58 2002
+++ perl/lib/Hash/Util.pm       Fri Aug 30 05:06:20 2002
@@ -17,7 +17,7 @@
 
 =head1 SYNOPSIS
 
-  use Hash::Util qw(lock_keys   unlock_keys 
+  use Hash::Util qw(lock_keys   unlock_keys
                     lock_value  unlock_value
                     lock_hash   unlock_hash);
 
@@ -62,7 +62,7 @@
 added.  delete() and exists() will still work, but it does not effect
 the set of allowed keys.
 
-  unlock_keys(%hash;)
+  unlock_keys(%hash);
 
 Removes the restriction on the %hash's keyset.
 
@@ -108,8 +108,8 @@
 
 =item unlock_value
 
-  lock_key  (%hash, $key);
-  unlock_key(%hash, $key);
+  lock_value  (%hash, $key);
+  unlock_value(%hash, $key);
 
 Locks and unlocks an individual key of a hash.  The value of a locked
 key cannot be changed.
End of Patch.

Reply via email to