Remove extra quote
Leon Brocard [Wed, 8 Jul 2009 11:41:34 +0000 (12:41 +0100)]
lib/Moose/Manual/Delta.pod

index 5cfee58..470bf50 100644 (file)
@@ -189,7 +189,7 @@ just the first missing method.
 Moose will no longer inline a constructor for your class unless it
 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>.
+C<< replace_constructor => 1 >> to C<make_immutable>.
 
 If you want to get rid of the warning, pass C<< inline_constructor =>
 0 >>.