pod typo fix
Karen Etheridge [Mon, 1 Nov 2010 18:30:03 +0000 (11:30 -0700)]
lib/Moose/Meta/TypeConstraint.pm

index 40bb40c..6dd0f0e 100644 (file)
@@ -402,7 +402,7 @@ C<equals> and C<is_subtype_of>.
 
 =item B<< $constraint->coerce($value) >>
 
-This will attempt to coerce the value to the type. If the type does
+This will attempt to coerce the value to the type. If the type does not
 have any defined coercions this will throw an error.
 
 If no coercion can produce a value matching C<$constraint>, the original