Remove alias_method (it's been deprecated since 0.73_01)
[gitmo/Moose.git] / lib / Moose / Cookbook / Basics / Recipe6.pod
index dcbc07f..c98981b 100644 (file)
@@ -116,7 +116,7 @@ easily subclass C<TPSReport> in the future.
 
 The C<augment> modifier is a powerful tool for creating a set of
 nested wrappers. It's not something you will need often, but when you
-do it is very handy.
+do, it is very handy.
 
 =head1 AUTHOR