Rename Basics::Recipe8 to Basics::BinaryTree_BuilderAndLazyBuild
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
index 521bece..3c1d698 100644 (file)
@@ -56,7 +56,7 @@ This recipe covers more subtype creation, including the use of type coercions.
 Making a class immutable greatly increases the speed of accessors and
 object construction.
 
-=item L<Moose::Cookbook::Basics::Recipe8> - Builder methods and lazy_build
+=item L<Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild> - Builder methods and lazy_build
 
 The builder feature provides an inheritable and role-composable way to
 provide a default attribute value.