summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-02-25 20:01:28 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-02-26 08:46:55 +0000
commitd496d686b582057a5ea25b09da7dd67592a7e1c0 (patch)
tree60b219898d87ee2e05875876dcd32ec636a9d9b6 /pod/perldiag.pod
parentf8a679e60bd9362627cdc28eaa0d3669ad1e6467 (diff)
downloadperl-d496d686b582057a5ea25b09da7dd67592a7e1c0.tar.gz
"Attempt to access to key"?
Message-Id: <20020226060128.GA2439@blackrider> p4raw-id: //depot/perl@14882
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index acd5fc2d4a..56c843e08e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -187,7 +187,7 @@ know which context to supply to the right side.
(F) When C<vec> is called in an lvalue context, the second argument must be
greater than or equal to zero.
-=item Attempt to access to key '%_' in fixed hash
+=item Attempt to access key '%_' in fixed hash
(F) A hash has been marked as READONLY at the C level to turn it
into a "record" with a fixed set of keys. The failing code