summaryrefslogtreecommitdiff
path: root/pod/perlfaq.pod
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2010-09-17 11:03:30 -0500
committerbrian d foy <brian.d.foy@gmail.com>2010-09-17 11:03:30 -0500
commitebeb11a21ae3604196ca01f39f88f98f174b7b3e (patch)
tree76a1c25347a1dd5b3bd07c01488047c2fdd70243 /pod/perlfaq.pod
parent6e4e36585bd590e1069fe6d997fea72d7c46dbb3 (diff)
downloadperl-ebeb11a21ae3604196ca01f39f88f98f174b7b3e.tar.gz
* Fix 'a keys' question title in perlfaq4
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r--pod/perlfaq.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod
index f917d44150..c00962fbd6 100644
--- a/pod/perlfaq.pod
+++ b/pod/perlfaq.pod
@@ -672,7 +672,7 @@ How can I use a reference as a hash key?
=item *
-How can I check if a keys exists in a multilevel hash?
+How can I check if a key exists in a multilevel hash?
=item *