Merge commit 'yanick/docs'
Florian Ragwitz [Sat, 23 May 2009 20:13:04 +0000 (22:13 +0200)]
* commit 'yanick/docs':
  was 'assing', assuming it to be 'were passing'

lib/Devel/Declare.pm

index 15f1b54..2e48611 100644 (file)
@@ -590,7 +590,7 @@ We'll add this to what gets 'injected' at the beginning of the method source.
     return ' BEGIN { MethodHandlers::inject_scope }; ';
   }
 
-So at the beginning of every method, we assing a callback that will get invoked
+So at the beginning of every method, we are passing a callback that will get invoked
 at the I<end> of the method's compilation... i.e. exactly then the closing C<'}'>
 is compiled.