ArrayedCollection.st
changeset 1283 2c533653efa3
parent 1171 7b8924ce3424
child 1289 3abde2c376de
--- a/ArrayedCollection.st	Thu Apr 25 13:08:07 1996 +0200
+++ b/ArrayedCollection.st	Thu Apr 25 13:11:38 1996 +0200
@@ -61,6 +61,9 @@
         fix size collection to change their size, and that future
         ST/X versions may be changed to trigger an error (instead of a
         warning) in those situations.
+
+    [see also:]
+        OrderedCollection
 "
 ! !
 
@@ -329,5 +332,5 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.33 1996-04-13 12:27:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.34 1996-04-25 11:10:32 cg Exp $'
 ! !