Author: mdiep
Date: Mon Mar  5 08:17:26 2007
New Revision: 17348

Modified:
   trunk/docs/pdds/draft/pdd15_objects.pod

Log:
[pdd15]: A few small fixes to the Object PDD

Modified: trunk/docs/pdds/draft/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd15_objects.pod     (original)
+++ trunk/docs/pdds/draft/pdd15_objects.pod     Mon Mar  5 08:17:26 2007
@@ -158,7 +158,7 @@
 class for each OO class, and they all share the Class or Object vtable,
 respectively.
 
-An instance of the Class PMC has six attributes, which are:
+An instance of the Class PMC has ten attributes, which are:
 
 =over 4
 
@@ -191,12 +191,12 @@
 
 =item 5
 
-An hash PMC of the methods defined in the class or composed into the
+A hash PMC of the methods defined in the class or composed into the
 class
 
 =item 6
 
-An hash PMC of the overloaded PMC vtable entries for the class.
+A hash PMC of the overloaded PMC vtable entries for the class.
 
 =item 7
 
@@ -384,7 +384,7 @@
 
 =head2 Role PMC API
 
-An instance of the Role PMC has four attributes, which are:
+An instance of the Role PMC has five attributes, which are:
 
 =over 4
 

Reply via email to