s/constraint/coercion/
Dave Rolsky [Wed, 25 Mar 2009 19:24:49 +0000 (14:24 -0500)]
lib/Moose/Meta/TypeCoercion/Union.pm

index a3d349d..a9f4d2a 100644 (file)
@@ -72,7 +72,7 @@ This method always returns false.
 =item B<< $coercion->add_type_coercions >>
 
 This method always throws an error. You cannot add coercions to a
-union type constraint.
+union type coercion.
 
 =item B<< $coercion->coerce($value) >>