From: Dave Rolsky Date: Fri, 27 Mar 2009 21:09:10 +0000 (-0500) Subject: Fix speling error X-Git-Tag: 0.73_01~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66d68f76900d0ab0789df91d8a414d87417c587b;p=gitmo%2FMoose.git Fix speling error --- diff --git a/lib/Moose/Cookbook/Meta/Recipe6.pod b/lib/Moose/Cookbook/Meta/Recipe6.pod index 874549c..1cc3648 100644 --- a/lib/Moose/Cookbook/Meta/Recipe6.pod +++ b/lib/Moose/Cookbook/Meta/Recipe6.pod @@ -94,7 +94,7 @@ our constructor: $self->{policy} = $options{policy}; That is necessary because Moose metaclasses do not use the meta API to -create objects. Most Moose classe have a custom "inlined" constructor +create objects. Most Moose classes have a custom "inlined" constructor for speed. In this particular case, our parent class's constructor is the C