From: Dave Rolsky Date: Tue, 3 Feb 2009 23:40:06 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 0.67~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc747917790732ac50bb980a675d92128dbd46a9;p=gitmo%2FMoose.git Fix a typo --- diff --git a/lib/Moose/Manual/BestPractices.pod b/lib/Moose/Manual/BestPractices.pod index 8fbe99d..89ba762 100644 --- a/lib/Moose/Manual/BestPractices.pod +++ b/lib/Moose/Manual/BestPractices.pod @@ -89,7 +89,7 @@ of object in the parent class. =head2 Use MooseX::AttributeHelpers Instead of auto_deref -The C feature is a big troublesome. Directly exposing a +The C feature is a bit troublesome. Directly exposing a complex attribute is ugly. Instead, consider using C to define an API that exposes those pieces of functionality that need exposing. Then you can expose just the