From: Patrick Donelan Date: Tue, 26 Jan 2010 01:54:50 +0000 (+1100) Subject: Fixed typo in Recipe7.pod X-Git-Tag: 0.95~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29d20c640b44078a8a394d8eb6dc36338964cae7;p=gitmo%2FMoose.git Fixed typo in Recipe7.pod --- diff --git a/lib/Moose/Cookbook/Basics/Recipe7.pod b/lib/Moose/Cookbook/Basics/Recipe7.pod index 2f2d59b..ff88781 100644 --- a/lib/Moose/Cookbook/Basics/Recipe7.pod +++ b/lib/Moose/Cookbook/Basics/Recipe7.pod @@ -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