summaryrefslogtreecommitdiff
path: root/pod/perlfaq4.pod
diff options
context:
space:
mode:
authorDave Liney <dave.liney@gbr.conoco.com>2001-07-05 19:44:10 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 01:16:27 +0000
commitddbc1f169c53a7e5ffa25bebb3135dbcf4abc88f (patch)
treec7a09d32d8cc7b5cf063fd84dda94389839a6da9 /pod/perlfaq4.pod
parent810aef70ac1dc6f0d998a193ba184e80bc0cc202 (diff)
downloadperl-ddbc1f169c53a7e5ffa25bebb3135dbcf4abc88f.tar.gz
perlfaq4.pod
Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02> p4raw-id: //depot/perl@11168
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r--pod/perlfaq4.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index 0d23e24893..cf27c0f8ea 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -1018,7 +1018,7 @@ Like (d), but @in contains only small positive integers:
But perhaps you should have been using a hash all along, eh?
-=head2 How can I tell whether a list or array contains a certain element?
+=head2 How can I tell whether a certain element is contained in a list or array?
Hearing the word "in" is an I<in>dication that you probably should have
used a hash, not a list or array, to store your data. Hashes are