ArrayedCollection.st
changeset 213 3b56a17534fd
parent 155 edd7fc34e104
child 249 810798c5c2e5
--- a/ArrayedCollection.st	Wed Nov 23 00:02:57 1994 +0100
+++ b/ArrayedCollection.st	Mon Nov 28 21:34:28 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.11 1994-10-10 00:22:22 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.12 1994-11-28 20:32:15 claus Exp $
 '!
 
 !ArrayedCollection class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.11 1994-10-10 00:22:22 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.12 1994-11-28 20:32:15 claus Exp $
 "
 !
 
@@ -246,7 +246,7 @@
     ^ self error:'cannot change size'
 ! !
 
-!ArrayedCollection methodsFor:'storing'!
+!ArrayedCollection methodsFor:'printing & storing'!
 
 storeOn:aStream
     "output a printed representation (which can be re-read)