Metaclass.st
changeset 22371 1af34d1ea5a5
parent 22244 1471c9a363dc
child 22418 b185e9c1f394
--- a/Metaclass.st	Tue Nov 21 13:15:02 2017 +0100
+++ b/Metaclass.st	Tue Nov 21 13:15:19 2017 +0100
@@ -316,7 +316,7 @@
 
     "this is the main workhorse for installing new classes - special care
      has to be taken, when changing an existing classes definition. In this
-     case, some or all of the methods and subclasses methods have to be
+     case, some or all of the methods and subclass-methods have to be
      recompiled.
      Also, the old class(es) are still kept (but not accessible as a global),
      to allow existing instances some life.
@@ -350,6 +350,7 @@
     ^ newClass
 
     "Modified: / 28-07-2017 / 13:40:22 / cg"
+    "Modified (comment): / 21-11-2017 / 13:03:39 / cg"
 !
 
 new