From: Dave Rolsky Date: Mon, 18 Jul 2011 18:10:11 +0000 (-0500) Subject: Spelling fix X-Git-Tag: 2.0200~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abcafa002873d10cda6b6acc9d8fb8c87ff186a8;p=gitmo%2FMoose.git Spelling fix --- diff --git a/lib/Moose/Manual/MethodModifiers.pod b/lib/Moose/Manual/MethodModifiers.pod index 58bb96a..a264155 100644 --- a/lib/Moose/Manual/MethodModifiers.pod +++ b/lib/Moose/Manual/MethodModifiers.pod @@ -315,7 +315,7 @@ semi-colon: These method modification features do not work well with multiple inheritance, due to how method resolution is performed in Perl. Experiment with a test -program to ensure your class heiarchy works as expected, or more preferably, +program to ensure your class hierarchy works as expected, or more preferably, don't use multiple inheritance (roles can help with this)!