From: arcanez Date: Fri, 3 Jul 2009 09:51:16 +0000 (-0700) Subject: minor doc fix X-Git-Tag: 0.86~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9f7d5c5b898b38c81210c5212fbc69068246d15;p=gitmo%2FMoose.git minor doc fix --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 422485e..eaff7b2 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -775,7 +775,7 @@ B overridden, or removed. =item B sub { ... }> -This three items are syntactic sugar for the before, after, and around method +These three items are syntactic sugar for the before, after, and around method modifier features that L provides. More information on these may be found in the L for now.