Builders are in recipe 8, not 9
Dan Dascalescu [Mon, 27 Jul 2009 10:38:29 +0000 (03:38 -0700)]
lib/Moose/Cookbook/Basics/Recipe3.pod

index 81567aa..394e09c 100644 (file)
@@ -210,7 +210,7 @@ You I<can> use the C<default> option without the C<lazy> option if you
 like, as we showed in the second recipe.
 
 Also, you can use C<builder> instead of C<default>. See
-L<Moose::Cookbook::Basics::Recipe9> for details.
+L<Moose::Cookbook::Basics::Recipe8> for details.
 
 =back