From: Shlomi Fish 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 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 class does have demonstrate anything new. It has several +The B class does not really demonstrate anything new. It has several C attributes. It also has a C method, which we first used in L.