Tweak wording in Delta
Dave Rolsky [Sun, 25 Jul 2010 15:21:09 +0000 (10:21 -0500)]
lib/Moose/Manual/Delta.pod

index 91634c2..36bd90b 100644 (file)
@@ -39,8 +39,8 @@ Now you will get an error when you attempt to define the attribute.
 =item C<no Moose>, C<no Moose::Role>, and C<no Moose::Exporter> no longer unimport strict and warnings
 
 This change was made in 1.05, and has now been reverted. We don't know if the
-user has explicitly loaded strict or warnings outside on their own, and
-unimporting them is just broken in that case.
+user has explicitly loaded strict or warnings on their own, and unimporting
+them is just broken in that case.
 
 =item Reversed logic when defining which options can be changed