# HG changeset patch # User Claus Gittinger # Date 1096545859 -7200 # Node ID 932c25ca08a7bb721ebccd81a206f4fc2716b0c5 # Parent 7dd4ddf76dcbdb360305b8e1207d7cb3e550fe02 comments diff -r 7dd4ddf76dcb -r 932c25ca08a7 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!