From: Dave Rolsky Date: Wed, 13 Aug 2008 02:48:57 +0000 (+0000) Subject: Fix spelling of "recommended" X-Git-Tag: 0_55_01~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab0c9b8c1e1c7541e73f465f3cdb6b70b8ec4dd2;p=gitmo%2FMoose.git Fix spelling of "recommended" --- diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index a9e3c6e..60f1a03 100644 --- a/lib/Moose/Meta/Instance.pm +++ b/lib/Moose/Meta/Instance.pm @@ -28,7 +28,7 @@ Moose::Meta::Instance - The Moose Instance metaclass This class provides the low level data storage abstractions for attributes. Using this API generally violates attribute encapsulation and is not -reccomended, instead look at L, +recommended, instead look at L, L, etc, as well as L for the recommended way to fiddle with attribute values in a generic way, independent of how/whether accessors have been defined. Accessors can be found