diff options
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; |