comments
authorClaus Gittinger <cg@exept.de>
Thu, 30 Sep 2004 14:04:19 +0200
changeset 8608 932c25ca08a7
parent 8607 7dd4ddf76dcb
child 8609 daa0d6682135
comments
Collection.st
--- a/Collection.st	Thu Sep 30 14:03:38 2004 +0200
+++ b/Collection.st	Thu Sep 30 14:04:19 2004 +0200
@@ -1421,7 +1421,9 @@
 collectAll:aBlock
     "for each element in the receiver, evaluate the argument, aBlock.
      The block is supposed to return a collection, 
-     whose elements are collected."
+     whose elements are collected.
+     The species of the returned collection is that of the first returned
+     partial result."
 
     |result|
 
@@ -2758,7 +2760,7 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.167 2004-09-30 12:03:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.168 2004-09-30 12:04:19 cg Exp $'
 ! !
 
 Collection initialize!