Fix docs for parameterize
Dave Rolsky [Sun, 14 Sep 2008 21:59:11 +0000 (21:59 +0000)]
lib/Moose/Meta/TypeConstraint/Parameterizable.pm

index 8e92ef0..15d3f11 100644 (file)
@@ -89,7 +89,8 @@ Moose::Meta::TypeConstraint::Parameterizable - Higher Order type constraints for
 
 =item B<parameterize>
 
-Given an array of type constraints, parameterize the current type constraint.
+Given a single type constraint string, this method parses the string
+and parameterizes the type based on the parsed string.
 
 =item B<meta>