From: Yuval Kogman Date: Wed, 14 Jun 2006 11:33:16 +0000 (+0000) Subject: Fix typo (audreyt++) X-Git-Tag: 0_09_03~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7522f2434c8d0690e8772677ec015f79ea94323;p=gitmo%2FMoose.git Fix typo (audreyt++) --- diff --git a/lib/Moose/Cookbook/Recipe3.pod b/lib/Moose/Cookbook/Recipe3.pod index 512da32..b7ad6d6 100644 --- a/lib/Moose/Cookbook/Recipe3.pod +++ b/lib/Moose/Cookbook/Recipe3.pod @@ -59,7 +59,7 @@ slot, defined as such: has 'node' => (is => 'rw', isa => 'Any'); -If you recall from the previous recipies, this slow will have a +If you recall from the previous recipies, this slot will have a read/write accessor generated for it, and has a type constraint on it. The new item here is the type constraint of C. In the type constraint heirarchy in L, the C @@ -246,4 +246,4 @@ L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut