Fix a grammar error spotted by [rt.cpan.org #51791] (Amir E. Aharoni)
Shawn M Moore [Sat, 21 Nov 2009 19:29:45 +0000 (14:29 -0500)]
Changes
lib/Moose/Cookbook/Basics/Recipe4.pod

diff --git a/Changes b/Changes
index 9e38291..cea646e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+0.94
+    * Moose::Cookbook::Basics::Recipe4
+      - Grammar error [rt.cpan.org #51791] (Amir E. Aharoni)
+
 0.93 Thu, Nov 19, 2009
     * Moose::Object
       - Calling $object->new() is no longer deprecated, and no longer
index 4e3747e..e2c0d1e 100644 (file)
@@ -119,7 +119,7 @@ CPAN tools for data validation.
 
 Finally, we introduce the C<required> attribute option.
 
-The the C<Address> class we define two subtypes. The first uses the
+In the C<Address> class we define two subtypes. The first uses the
 L<Locale::US> module to check the validity of a state. It accepts
 either a state abbreviation of full name.