Rename Basics::Recipe7 to Basics::Immutable
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
index 2b59923..521bece 100644 (file)
@@ -51,7 +51,7 @@ classes that could be used to model companies, people, employees, etc.
 
 This recipe covers more subtype creation, including the use of type coercions.
 
-=item L<Moose::Cookbook::Basics::Recipe7> - Making Moose fast with immutable
+=item L<Moose::Cookbook::Basics::Immutable>
 
 Making a class immutable greatly increases the speed of accessors and
 object construction.