spelling fix
Karen Etheridge [Tue, 21 Aug 2012 05:15:43 +0000 (22:15 -0700)]
lib/MooseX/Types.pm

index 4a3292e..ce34367 100644 (file)
@@ -312,7 +312,7 @@ which generally allows you to easily create union types:
   subtype StrOrArrayRef,
       as Str|ArrayRef;
 
-As with parameterized constrains, this overloading extends to modules using the
+As with parameterized constraints, this overloading extends to modules using the
 types you define in a type library.
 
   use Moose;