Fix typo in Extending::Recipe1
Cory Watson [Wed, 6 May 2009 22:33:32 +0000 (17:33 -0500)]
lib/Moose/Cookbook/Extending/Recipe1.pod

index 17fa59b..46dd5fe 100644 (file)
@@ -49,7 +49,7 @@ behavior to a non-object attribute (a hashref or simple number).
 
 A metaclass extension can be packaged as a subclass or a
 role/trait. If you can, we recommend using traits instead of
-subclasses, since it's much easier to combine disparate traits then it
+subclasses, since it's much easier to combine disparate traits than it
 is to combine a bunch of subclasses.
 
 When your extensions are implemented as roles, you can apply them with