Fixed typo in Recipe7.pod
Patrick Donelan [Tue, 26 Jan 2010 01:54:50 +0000 (12:54 +1100)]
lib/Moose/Cookbook/Basics/Recipe7.pod

index 2f2d59b..ff88781 100644 (file)
@@ -31,7 +31,7 @@ need to do this after first loading the class.
 
 We strongly recommend you make your classes immutable. It makes your
 code much faster, with a small compile-time cost. This will be
-especially noticeable when creating many object.
+especially noticeable when creating many objects.
 
 =head1 AUTHOR