X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FInstance.pm;h=7a709911c533c574e227d15787925f3b6c05b7b4;hb=98bf345be99307c66d4e8c3ff6e40e3d2bf09ce3;hp=5632772335899c9fff5d9e28bd6ca3e2683477eb;hpb=d7b2249e7fbce92cc716fea172cf338727478b78;p=gitmo%2FClass-MOP.git 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.