From: Shlomi Fish Date: Sat, 12 Dec 2009 15:22:16 +0000 (+0200) Subject: Correct a typo - "invokes"->"invoke". X-Git-Tag: 0.93_01~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cf7fc6e015607388dda281bfefd133b8d1242d4;p=gitmo%2FMoose.git Correct a typo - "invokes"->"invoke". --- diff --git a/lib/Moose/Cookbook/Basics/Recipe7.pod b/lib/Moose/Cookbook/Basics/Recipe7.pod index b3fabe0..327f59e 100644 --- a/lib/Moose/Cookbook/Basics/Recipe7.pod +++ b/lib/Moose/Cookbook/Basics/Recipe7.pod @@ -20,7 +20,7 @@ Moose::Cookbook::Basics::Recipe7 - Making Moose fast with immutable The Moose metaclass API provides a C method. Calling this method does two things to your class. First, it makes it faster. In particular, object construction and destruction are -effectively "inlined" in your class, and no longer invokes the meta +effectively "inlined" in your class, and no longer invoke the meta API. Second, you can no longer make changes via the metaclass API, such as