summaryrefslogtreecommitdiff
path: root/lib/Tie/Hash.pm
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-07-06 16:27:40 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-07-06 16:27:40 +0000
commitafd1eb533c8ea286efcac6fd054ae7cebaf0dfe3 (patch)
tree66cb10d223a1981deb58ec411ee25dad759b3f66 /lib/Tie/Hash.pm
parent9ed1afdbc1bed7621d245b873ba48f50bcb0f262 (diff)
downloadperl-afd1eb533c8ea286efcac6fd054ae7cebaf0dfe3.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@11183
Diffstat (limited to 'lib/Tie/Hash.pm')
-rw-r--r--lib/Tie/Hash.pm4
1 files changed, 2 insertions, 2 deletions
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<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