From afd1eb533c8ea286efcac6fd054ae7cebaf0dfe3 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 6 Jul 2001 16:27:40 +0000 Subject: Integrate mainline p4raw-id: //depot/perlio@11183 --- lib/Tie/Hash.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Tie/Hash.pm') diff --git a/lib/Tie/Hash.pm b/lib/Tie/Hash.pm index 3231155c81..91ccbee19e 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 -- cgit v1.2.1