From: Stevan Little Date: Thu, 15 Mar 2007 21:44:11 +0000 (+0000) Subject: spelling fix X-Git-Tag: 0_19~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66c576629a0078289064517893fe2c19b630eb4e;p=gitmo%2FMoose.git spelling fix --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index e77caf0..1018fd0 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -327,7 +327,7 @@ modules work in a similar way, it should be simple to adapt them to work with Moose. For instance, this is how you could use it with -L to declare a completely new type. +L to declare a completely new type. type 'HashOfArrayOfObjects' => IsHashRef(