Fix pod coverage test to actually exclude things that should be
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index 433daa5..a484a2d 100644 (file)
@@ -151,12 +151,12 @@ Returns the class name associated with the constraint.
 Returns all the type's parent types, corresponding to its parent
 classes.
 
-=item B<< $constraint->is_a_subtype_of($type_name_or_object) >>
+=item B<< $constraint->is_subtype_of($type_name_or_object) >>
 
 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) >>