OrderedCollection.st
changeset 7164 5cdefa506c0e
parent 6756 e3ad68595086
child 7165 ab7667df05f6
--- a/OrderedCollection.st	Wed Apr 02 18:33:56 2003 +0200
+++ b/OrderedCollection.st	Wed Apr 02 18:56:24 2003 +0200
@@ -1150,7 +1150,7 @@
 
 collect:collectBlock thenSelect:selectBlock
     "combination of collect followed by select; 
-     redefined to avoid the creation of an intermediate garbage collection."
+     redefined to avoid the creation of an intermediate (garbage) collection."
 
     |newCollection newElement
      start  "{ Class:SmallInteger }"
@@ -1860,5 +1860,5 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.82 2002-09-14 11:40:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.83 2003-04-02 16:56:24 cg Exp $'
 ! !