category rename
authorClaus Gittinger <cg@exept.de>
Sun, 27 Oct 1996 15:14:36 +0100
changeset 1826 aa574220fff4
parent 1825 6f81b866a74a
child 1827 fa0017393e3b
category rename
Object.st
--- a/Object.st	Sun Oct 27 15:10:46 1996 +0100
+++ b/Object.st	Sun Oct 27 15:14:36 1996 +0100
@@ -1140,7 +1140,7 @@
     manager putIdOf:self on:stream
 ! !
 
-!Object methodsFor:'change and update'!
+!Object methodsFor:'change & update'!
 
 broadcast:aSelectorSymbol
     "send a message with selector aSelectorSymbol to all my dependents"
@@ -5305,6 +5305,6 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.144 1996-10-26 15:36:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.145 1996-10-27 14:14:36 cg Exp $'
 ! !
 Object initialize!