This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlobj: s/Deferencing/Dereferencing/
authorLukas Mai <l.mai@web.de>
Wed, 7 Sep 2016 17:30:37 +0000 (19:30 +0200)
committerLukas Mai <l.mai@web.de>
Wed, 7 Sep 2016 17:30:37 +0000 (19:30 +0200)
pod/perlobj.pod

index f5c6e0b..d16f800 100644 (file)
@@ -624,7 +624,7 @@ this idiom in the wild combined with a call to C<can>:
       $object->$meth();
   }
 
-=head3 Deferencing Method Call
+=head3 Dereferencing Method Call
 
 Perl also lets you use a dereferenced scalar reference in a method
 call. That's a mouthful, so let's look at some code: