[Moose-commits] r7522 - Moose/trunk/lib/Moose/Manual
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Tue Feb 3 23:40:07 GMT 2009
Author: autarch
Date: 2009-02-03 15:40:06 -0800 (Tue, 03 Feb 2009)
New Revision: 7522
Modified:
Moose/trunk/lib/Moose/Manual/BestPractices.pod
Log:
Fix a typo
Modified: Moose/trunk/lib/Moose/Manual/BestPractices.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/BestPractices.pod 2009-02-03 23:28:16 UTC (rev 7521)
+++ Moose/trunk/lib/Moose/Manual/BestPractices.pod 2009-02-03 23:40:06 UTC (rev 7522)
@@ -89,7 +89,7 @@
=head2 Use MooseX::AttributeHelpers Instead of auto_deref
-The C<auto_deref> feature is a big troublesome. Directly exposing a
+The C<auto_deref> feature is a bit troublesome. Directly exposing a
complex attribute is ugly. Instead, consider using
C<MooseX::AttributeHelpers> to define an API that exposes those pieces
of functionality that need exposing. Then you can expose just the
More information about the Moose-commits
mailing list