From: Chris Prather Date: Thu, 25 Jun 2009 17:23:30 +0000 (-0400) Subject: correct some spelling X-Git-Tag: 0.84~23^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6d8545fe370eb12f7f4425d24a464d5ccd59d3f;p=gitmo%2FMoose.git correct some spelling --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 8f11db5..51a0a7c 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -563,10 +563,10 @@ methods (which is consistent with role composition). =item C -With the ducktype option, you pass a ducktype type constraint object whose -"interface" then becomes the list of methods to handle. The "interface" can be -defined as; the list of methods passed to C to create a ducktype -type constraint. For more information on C please check +With the duck type option, you pass a duck type object whose "interface" then +becomes the list of methods to handle. The "interface" can be defined as; the +list of methods passed to C to create a duck type object. For more +information on C please check L. =item C