Fixed some typos
Nelo Onyiah [Thu, 9 Apr 2009 22:14:27 +0000 (23:14 +0100)]
lib/Moose/Manual/Delta.pod

index 23320b4..26ffb6a 100644 (file)
@@ -158,9 +158,9 @@ error thrown now mentions all of the missing methods, as opposed to
 just the first missing method.
 
 Moose will no longer inline a constructor for your class unless it
-inherits its constructor is inherited from Moose::Object, and will
-warn when it doesn't inline. If you want to force inlining anyway,
-pass C<< "replace_constructor => 1 >> to C<make_immutable>.
+inherits its constructor from Moose::Object, and will warn when it
+doesn't inline. If you want to force inlining anyway, pass
+C<< "replace_constructor => 1 >> to C<make_immutable>.
 
 If you want to get rid of the warning, pass C<< inline_constructor =>
 1 >>.