From: Gurusamy Sarathy Date: Sun, 19 Mar 2000 07:13:01 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb4f522ae4fd475262e98c747ab09171c00fc4de;p=p5sagit%2Fp5-mst-13.2.git fix typo p4raw-id: //depot/perl@5820 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 93b967b..a988124 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -161,14 +161,14 @@ an ampersand before the name to avoid the warning. See L. (F) The argument to exists() must be a hash or array element, such as: $foo{$bar} - $ref->[12]->["susie"] + $ref->{"susie"}[12] =item %s argument is not a HASH or ARRAY element or slice (F) The argument to delete() must be either a hash or array element, such as: $foo{$bar} - $ref->[12]->["susie"] + $ref->{"susie"}[12] or a hash or array slice, such as: