diff options
author | Andreas König <a.koenig@mind.de> | 2002-11-25 11:21:08 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-26 20:42:25 +0000 |
commit | ad0f383a28b730182ea06492027f82167ce7032b (patch) | |
tree | e3dbe1776784d921b6239de01c7162a3808faf28 /pod/perltie.pod | |
parent | 78fc38e12ada7f29fe773fd35880f8076a010cc9 (diff) | |
download | perl-ad0f383a28b730182ea06492027f82167ce7032b.tar.gz |
2 Pod errors in perlop.pod
Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
Plus a few similar POD fixes
p4raw-id: //depot/perl@18184
Diffstat (limited to 'pod/perltie.pod')
-rw-r--r-- | pod/perltie.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltie.pod b/pod/perltie.pod index 72288a08a2..05b79730c3 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -361,7 +361,7 @@ C<$self-E<gt>{ELEMSIZE}> spaces only, it does not exist: Delete the element at index I<key> from the tied array I<this>. -In our example, a deleted item is C<$self->{ELEMSIZE}> spaces: +In our example, a deleted item is C<$self-E<gt>{ELEMSIZE}> spaces: sub DELETE { my $self = shift; |