From: Artur Bergman Date: Thu, 5 Jul 2001 22:51:18 +0000 (+0200) Subject: Doc patch for Tie::Hash X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51c7a60184c43fd39ae108875f29559b0cfd9c0f;p=p5sagit%2Fp5-mst-13.2.git Doc patch for Tie::Hash Message-ID: p4raw-id: //depot/perl@11169 --- diff --git a/lib/Tie/Hash.pm b/lib/Tie/Hash.pm index 3231155..91ccbee 100644 --- a/lib/Tie/Hash.pm +++ b/lib/Tie/Hash.pm @@ -65,11 +65,11 @@ Retrieve the datum in I for the tied hash I. =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