Author: jnthn
Date: 2009-07-29 15:09:30 +0200 (Wed, 29 Jul 2009)
New Revision: 27794
Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[spec] Remove the word 'class' from a sentence where it adds confusion to the
meaning.
Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod 2009-07-29 13:05:34 UTC (rev 27793)
+++ docs/Perl6/Spec/S12-objects.pod 2009-07-29 13:09:30 UTC (rev 27794)
@@ -516,8 +516,8 @@
object is, as long as the method body doesn't try to access any information
that
is undefined in the current instance.
-Alternately, you can associate a class method with the current metaclass
instance,
-which as a singleton object knows your package, and can function as a more
traditional
+Alternately, you can associate a method with the current metaclass instance,
which
+as a singleton object knows your package, and can function as a more
traditional
"class" method:
our $count;