diff options
author | dformosa@dformosa.zeta.org.au <dformosa@dformosa.zeta.org.au> | 2002-08-26 10:01:04 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-29 12:32:51 +0000 |
commit | 70a63dff8306516881e1d108737939903cfadaef (patch) | |
tree | b9852d928b614c810318996634f1a77d2df587c1 /pod | |
parent | 7783f9f6001b19735b378d8e18f3c5a6ac717876 (diff) | |
download | perl-70a63dff8306516881e1d108737939903cfadaef.tar.gz |
[perl #16769] Documention bug
From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
p4raw-id: //depot/perl@17802
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl58delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index f66c126528..00be7d64fb 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -2903,11 +2903,11 @@ Using negative offset for vec() in lvalue context is now a warnable offense. =item * -Odd number of arguments to oveload::constant now elicits a warning. +Odd number of arguments to overload::constant now elicits a warning. =item * -Odd number of elements to in anonymous hash now elicits a warning. +Odd number of elements in anonymous hash now elicits a warning. =item * |