Fix a mis-phrasing in the Cookbook.
Shlomi Fish [Wed, 9 Dec 2009 18:15:30 +0000 (20:15 +0200)]
lib/Moose/Cookbook/Basics/Recipe4.pod

index e2c0d1e..b5237a6 100644 (file)
@@ -244,7 +244,7 @@ Again, as with the C<BUILD> method, we know that the type constraint
 check has already happened, so we can just check for definedness on the
 C<$employees> argument.
 
-The B<Person> class does have demonstrate anything new. It has several
+The B<Person> class does not really demonstrate anything new. It has several
 C<required> attributes. It also has a C<predicate> method, which we
 first used in L<recipe 3|Moose::Cookbook::Basics::Recipe3>.