From: Shlomi Fish <shlomif@iglu.org.il> Date: Wed, 9 Dec 2009 18:15:30 +0000 (+0200) Subject: Fix a mis-phrasing in the Cookbook. X-Git-Tag: 0.93_01~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdba9686d005ec6444dc5c53783c307d6f3b56be;p=gitmo%2FMoose.git Fix a mis-phrasing in the Cookbook. --- diff --git a/lib/Moose/Cookbook/Basics/Recipe4.pod b/lib/Moose/Cookbook/Basics/Recipe4.pod index e2c0d1e..b5237a6 100644 --- a/lib/Moose/Cookbook/Basics/Recipe4.pod +++ b/lib/Moose/Cookbook/Basics/Recipe4.pod @@ -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>.