From: Lukas Mai Date: Wed, 14 Nov 2012 17:45:13 +0000 (+0100) Subject: fix doc typo X-Git-Tag: v1.0101~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d54d249f6778acae4532a85f6ca279028ce15857;p=p5sagit%2FFunction-Parameters.git fix doc typo --- diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index c05f008..a7d06c3 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -677,7 +677,7 @@ L|Moose::Util::Ty If you are in "lax" mode, nothing further happens and the types are ignored. If you are in "strict" mode, C generates code to make sure any values passed in conform to the type (via -L<< C<< $constraint->check($value) >>|Moose::Meta::TypeConstraint/$constraint->check($value) >>. +L<< C<< $constraint->check($value) >>|Moose::Meta::TypeConstraint/$constraint->check($value) >>). In addition, these type constraints are inspectable through the L object returned by