1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix a couple of spelling mistakes.
Bug: https://rt.cpan.org/Ticket/Display.html?id=78162
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78162
Author: Peter Pentchev <roam@ringlet.net>
Reviewed-by: Xavier Guimard <x.guimard@free.fr
Last-Update: 2013-03-07
--- a/lib/Class/InsideOut.pm
+++ b/lib/Class/InsideOut.pm
@@ -735,7 +735,7 @@
public name => our %name;
-However, this makes private object data accessable outside the class and incurs
+However, this makes private object data accessible outside the class and incurs
a slight performance penalty when accessing the property hash directly; it is
not recommended to do this unless you really need it for some specialized
reason.
|