spelling fix
Stevan Little [Thu, 15 Mar 2007 21:44:11 +0000 (21:44 +0000)]
lib/Moose/Util/TypeConstraints.pm

index e77caf0..1018fd0 100644 (file)
@@ -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<Declare::Constraint::Simple> to declare a completely new type. 
+L<Declare::Constraints::Simple> to declare a completely new type. 
 
   type 'HashOfArrayOfObjects' 
       => IsHashRef(