From: Christian Walde Date: Tue, 8 May 2012 10:42:37 +0000 (+0200) Subject: typo fix X-Git-Tag: v0.091005~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9ee68f36d3da67dc6ccedf701b6f537dff423b2b;p=gitmo%2FMoo.git typo fix --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 8b1859f..f172159 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -353,7 +353,7 @@ B, may be C, C, C or C. C generates an accessor that dies if you attempt to write to it - i.e. a getter only - by defaulting C to the name of the attribute. -C generates a normal getter/setter by defauting C to the +C generates a normal getter/setter by defaulting C to the name of the attribute. C generates a reader like C, but also sets C to 1 and