fix the documentation *again* based on what stevan just clarified in #moose-dev
Chris Prather [Wed, 8 Jul 2009 16:16:40 +0000 (12:16 -0400)]
lib/Moose/Cookbook/Extending/Recipe1.pod

index a20a1b7..86e3307 100644 (file)
@@ -110,7 +110,7 @@ this works. These both build on top of the L<MooseX::Types> extension.
 =head1 ROLES VS TRAITS VS SUBCLASSES
 
 It is important to understand that B<roles and traits are the same thing>. A
-trait is simply a role applied to a metaclass. The only thing that may
+trait is simply a role applied to a instance. The only thing that may
 distinguish the two is that a trait can be packaged in a way that lets Moose
 resolve a short name to a class name. In other words, with a trait, the caller
 can refer to it by a short name like "Big", and Moose will resolve it to a