From: Karen Etheridge Date: Tue, 21 Aug 2012 05:15:43 +0000 (-0700) Subject: spelling fix X-Git-Tag: v0.36~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=bac4f72c552bdc342d4ee26e6b0b5b9b01b6d2ba spelling fix --- diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 4a3292e..ce34367 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -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;