OrderedCollection.st
changeset 5874 bc4d80e3700f
parent 5556 1056cc5d6ce0
child 6088 db3fc1ec9c1a
--- a/OrderedCollection.st	Fri May 18 00:42:20 2001 +0200
+++ b/OrderedCollection.st	Mon May 21 10:08:17 2001 +0200
@@ -1113,7 +1113,8 @@
 !
 
 collect:collectBlock thenSelect:selectBlock
-    "combination of collect followed by select; redefined to avoid creation of intermediate garbage"
+    "combination of collect followed by select; 
+     redefined to avoid the creation of an intermediate garbage collection."
 
     |newCollection newElement
      start  "{ Class:SmallInteger }"
@@ -1816,5 +1817,5 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.77 2000-08-22 13:49:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.78 2001-05-21 08:08:17 cg Exp $'
 ! !