ImmutableArray.st
changeset 330 ae624fbef977
parent 277 210ccf10a3be
child 361 627302423205
--- a/ImmutableArray.st	Mon May 01 23:40:01 1995 +0200
+++ b/ImmutableArray.st	Tue May 02 01:03:57 1995 +0200
@@ -37,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.3 1995-02-22 01:16:48 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.4 1995-05-01 23:03:57 claus Exp $
 "
 !
 
@@ -69,7 +69,7 @@
 creator 
     "find the method that contains me"
 
-    Method allDerivedInstances do:[:aMethod |
+    Method allSubInstances do:[:aMethod |
 	|lits|
 
 	lits := aMethod literals.