From: Shawn M Moore Date: Thu, 12 Jun 2008 14:47:22 +0000 (+0000) Subject: Fix some typos in Instance doc X-Git-Tag: 0_64~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98bf345be99307c66d4e8c3ff6e40e3d2bf09ce3;p=gitmo%2FClass-MOP.git Fix some typos in Instance doc --- diff --git a/lib/Class/MOP/Instance.pm b/lib/Class/MOP/Instance.pm index 5632772..7a70991 100644 --- a/lib/Class/MOP/Instance.pm +++ b/lib/Class/MOP/Instance.pm @@ -182,9 +182,9 @@ Class::MOP::Instance - Instance Meta Object The meta instance is used by attributes for low level storage. Using this API generally violates attribute encapsulation and is not -reccomended, instead look at L, -L for the reccomended way to fiddle with -attribute values in a generic way, independant of how/whether accessors have +recommended, instead look at L, +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 using L. This may seem like over-abstraction, but by abstracting @@ -230,7 +230,7 @@ This too does just exactly what it says it does. =back -=head2 Instrospection +=head2 Introspection NOTE: There might be more methods added to this part of the API, we will add then when we need them basically.