From: Karen Etheridge Date: Mon, 13 Sep 2010 17:37:48 +0000 (-0700) Subject: corrected tense in docs X-Git-Tag: 1.13~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebd95638ade89a89bba0f5c7da1f4eb69c455908;p=gitmo%2FMoose.git corrected tense in docs --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 20943af..1446fb0 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -475,7 +475,7 @@ for information on how to define a new type, and how to retrieve type meta-data) This will attempt to use coercion with the supplied type constraint to change the value passed into any accessors or constructors. You B supply a type -constraint, and that type constraint B defined a coercion. See +constraint, and that type constraint B define a coercion. See L for an example. =item I $role_name>