Doc patch for Tie::Hash
authorArtur Bergman <sky@nanisky.com>
Thu, 5 Jul 2001 22:51:18 +0000 (00:51 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 6 Jul 2001 01:17:43 +0000 (01:17 +0000)
Message-ID: <B76A9FE6.1F04%artur@contiller.se>

p4raw-id: //depot/perl@11169

lib/Tie/Hash.pm

index 3231155..91ccbee 100644 (file)
@@ -65,11 +65,11 @@ Retrieve the datum in I<key> for the tied hash I<this>.
 
 =item FIRSTKEY this
 
-Return the (key, value) pair for the first key in the hash.
+Return the first key in the hash.
 
 =item NEXTKEY this, lastkey
 
-Return the next key for the hash.
+Return the next key in the hash.
 
 =item EXISTS this, key