Fix speling error
Dave Rolsky [Fri, 27 Mar 2009 21:09:10 +0000 (16:09 -0500)]
lib/Moose/Cookbook/Meta/Recipe6.pod

index 874549c..1cc3648 100644 (file)
@@ -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<wrap>