Fix error message text
Dave Rolsky [Sat, 28 Aug 2010 15:36:54 +0000 (10:36 -0500)]
lib/Moose/Meta/TypeCoercion/Union.pm

index cf66f77..b3b5455 100644 (file)
@@ -18,7 +18,7 @@ sub compile_type_coercion {
     my $type_constraint = $self->type_constraint;
 
     (blessed $type_constraint && $type_constraint->isa('Moose::Meta::TypeConstraint::Union'))
-     || Moose->throw_error("You can only a Moose::Meta::TypeCoercion::Union for a " .
+     || Moose->throw_error("You can only create a Moose::Meta::TypeCoercion::Union for a " .
                 "Moose::Meta::TypeConstraint::Union, not a $type_constraint");
 
     $self->_compiled_type_coercion(