[Moose-commits] r7170 - Moose/trunk/lib/Moose/Cookbook/Basics

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Mon Dec 22 13:34:58 GMT 2008


Author: autarch
Date: 2008-12-22 05:34:58 -0800 (Mon, 22 Dec 2008)
New Revision: 7170

Modified:
   Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod
Log:
Fix some typos


Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod	2008-12-22 04:57:05 UTC (rev 7169)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod	2008-12-22 13:34:58 UTC (rev 7170)
@@ -45,11 +45,11 @@
 
 The first recipe demonstrated how to build very basic Moose classes,
 focusing on creating and manipulating attributes. The objects in that
-recipe very data-oriented, and did not have much in the way of
+recipe were very data-oriented, and did not have much in the way of
 behavior (i.e. methods). In this recipe, we expand upon the concepts
 from the first recipe to include some real behavior. In particular, we
-should how you can use a method modifier to implement new behavior for
-a method.
+show how you can use a method modifier to implement new behavior for a
+method.
 
 The classes in the SYNOPSIS show two kinds of bank account. A simple
 bank account has one attribute, the balance, and two behaviors,




More information about the Moose-commits mailing list