foo
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index b67c426..28fdca4 100644 (file)
@@ -393,11 +393,11 @@ This is just sugar for the type constraint construction syntax.
 
 =head2 Type Coercion Constructors
 
-Type constraints can also contain type coercions as well. In most 
-cases Moose will run the type-coercion code first, followed by the 
-type constraint check. This feature should be used carefully as it 
-is very powerful and could easily take off a limb if you are not 
-careful.
+Type constraints can also contain type coercions as well. If you 
+ask your accessor too coerce, the Moose will run the type-coercion 
+code first, followed by the type constraint check. This feature 
+should be used carefully as it is very powerful and could easily 
+take off a limb if you are not careful.
 
 See the L<SYNOPOSIS> for an example of how to use these.