summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-07-06 00:51:18 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 01:17:43 +0000
commit51c7a60184c43fd39ae108875f29559b0cfd9c0f (patch)
treea6444a531f3b0293ac8786b6a56922463714332b /lib/Tie
parentddbc1f169c53a7e5ffa25bebb3135dbcf4abc88f (diff)
downloadperl-51c7a60184c43fd39ae108875f29559b0cfd9c0f.tar.gz
Doc patch for Tie::Hash
Message-ID: <B76A9FE6.1F04%artur@contiller.se> p4raw-id: //depot/perl@11169
Diffstat (limited to 'lib/Tie')
-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