]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - lib/autovivification.pm
"leys" typo in POD
[perl/modules/autovivification.git] / 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 *