Collection.st
branchjv
changeset 18334 3e18bee23c3a
parent 18274 042d13555f1f
parent 18322 3a7f61a86409
child 18473 ff8f0323cadd
--- a/Collection.st	Wed May 06 06:59:44 2015 +0200
+++ b/Collection.st	Sun May 10 07:10:08 2015 +0100
@@ -339,7 +339,6 @@
     ^ self == Collection
 ! !
 
-
 !Collection methodsFor:'Compatibility-Dolphin'!
 
 identityIncludes:anObject
@@ -5414,7 +5413,7 @@
 !
 
 identicalValuesComputedBy:aBlock
-    "true if aBlock answers the same value for all elements of the receiver"
+    "true if aBlock answers identical values for all elements of the receiver"
 
     |first valueForFirstElement|
 
@@ -5700,7 +5699,7 @@
 !
 
 sameValuesComputedBy:aBlock
-    "true if aBlock answers the same value for all elements of the receiver"
+    "true if aBlock answers equal values for all elements of the receiver"
 
     |first valueForFirstElement|
 
@@ -5749,11 +5748,11 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.363 2015-04-22 17:45:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.365 2015-05-07 14:26:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.363 2015-04-22 17:45:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.365 2015-05-07 14:26:49 cg Exp $'
 ! !