]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
"leys" typo in POD rt53647
authorVincent Pit <vince@profvince.com>
Thu, 4 Mar 2010 00:27:56 +0000 (01:27 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 4 Mar 2010 00:27:56 +0000 (01:27 +0100)
This fixes RT #53647.

lib/autovivification.pm

index 9d009a86756d96477e6ae45a4c0fc196212022f7..a266d794833289bd3ccbd6b4af9f7a713b22d68d 100644 (file)
@@ -65,7 +65,7 @@ Enables the features given in C<@opts>, which can be :
 C<'fetch'>
 
 Turn off autovivification for rvalue dereferencing expressions, such as C<< $value = $hashref->{key}[$idx]{$field} >>, C<< keys %{$hashref->{key}} >> or C<< values %{$hashref->{key}} >>.
-Starting from perl C<5.11>, it also covers C<leys> and C<values> on array references.
+Starting from perl C<5.11>, it also covers C<keys> and C<values> on array references.
 When the expression would have autovivified, C<undef> is returned for a plain fetch, while C<keys> and C<values> return C<0> in scalar context and the empty list in list context.
 
 =item *