Correcting mistaken description of 'delete local' in perl5110delta
Jesse Vincent [Sat, 3 Oct 2009 20:22:17 +0000 (05:22 +0900)]
Reported by nothingmuch++ and rjbs++

pod/perl5110delta.pod

index 05de290..c49c559 100644 (file)
@@ -396,7 +396,7 @@ You can now set C<-W> from the C<PERL5OPT> environment variable
 
 =head2 C<delete local>
 
-C<delete local> now allows you to lexically delete a hash entry.
+C<delete local> now allows you to locally delete a hash entry.
 
 =head2 New support for Abstract namespace sockets