Collection.st
changeset 5651 300108b10d54
parent 5626 91a2b608702f
child 5752 66031c1d493a
--- a/Collection.st	Mon Oct 02 16:02:43 2000 +0200
+++ b/Collection.st	Wed Oct 04 20:35:32 2000 +0200
@@ -1157,7 +1157,7 @@
     "evaluate aBlock for each of the receiver's elements. 
      Return true, if aBlock returns true for all elements, false otherwise
      (i.e. false if any element fails to satisfy the block-condition).
-     This is an ANSI renomer of #donform:"
+     This is an ANSI renomer of #conform:"
 
     ^ self conform:aBlock.
 
@@ -2160,6 +2160,6 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.105 2000-09-25 14:27:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.106 2000-10-04 18:35:32 cg Exp $'
 ! !
 Collection initialize!