Fix a small type
Dave Rolsky [Wed, 25 Mar 2009 22:21:27 +0000 (17:21 -0500)]
lib/Moose/Meta/TypeConstraint/Class.pm

index 433daa5..5148a5c 100644 (file)
@@ -156,7 +156,7 @@ classes.
 If the given type is also a class type, then this checks that the
 type's class is a subclass of the other type's class.
 
-Otherwise it falls back to the implement in
+Otherwise it falls back to the implementation in
 L<Moose::Meta::TypeConstraint>.
 
 =item B<< $constraint->create_child_type(%options) >>