From: Leon Brocard Date: Wed, 8 Jul 2009 11:17:34 +0000 (+0100) Subject: Use I for emphasis instead of -not- X-Git-Tag: 0.88~36^2~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6ed009fdc11253035054982579f932c13017168;p=gitmo%2FMoose.git Use I for emphasis instead of -not- --- diff --git a/lib/Moose/Manual/MooseX.pod b/lib/Moose/Manual/MooseX.pod index 8327e13..27e1999 100644 --- a/lib/Moose/Manual/MooseX.pod +++ b/lib/Moose/Manual/MooseX.pod @@ -233,7 +233,7 @@ attributes. class_has 'Cache' => ( ... ); -Note however that this class attribute does -not- inherit like a +Note however that this class attribute does I inherit like a L or similar attribute - calling $subclass->Cache($cache);