Author: kjs
Date: Fri Apr  6 10:09:26 2007
New Revision: 18011

Modified:
   trunk/docs/pdds/pdd15_objects.pod

Log:
pdd15:
* fix minor typo (PMCS -> PMCs)
* add space to fix inheritance tree of RubyString example.

Modified: trunk/docs/pdds/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/pdd15_objects.pod   (original)
+++ trunk/docs/pdds/pdd15_objects.pod   Fri Apr  6 10:09:26 2007
@@ -1084,12 +1084,12 @@
 
 Notes on some of the OO-related needs of various languages.
 
-=head2 PMCS
+=head2 PMCs
 
 Ruby: Just like Smalltalk, everything is an object.  I'm hoping to be able to
 implement core Ruby classes (String, Array, Hash, Module, etc)  something like 
this.
 
-ParrotClass
+ ParrotClass
     |
  RubyClass   String
     |         |

Reply via email to