OrderedDictionary.st
changeset 19736 184be3ec2f62
parent 19274 f7e6e2169194
child 19814 8a82761e599f
--- a/OrderedDictionary.st	Fri May 06 18:22:51 2016 +0200
+++ b/OrderedDictionary.st	Fri May 06 18:23:03 2016 +0200
@@ -738,9 +738,9 @@
 !
 
 keysAndValuesDetect: aBlock ifNone:exceptionBlock
-    "evaluate the argument, aBlock for each element in the receiver until
-     the block returns true; in this case return the element which caused
-     the true evaluation.
+    "evaluate the argument, aBlock for each key and value in the receiver,
+     until the block returns true; 
+     in this case return the element which caused the true evaluation.
      If none of the evaluations returns true, return the result of the
      evaluation of the exceptionBlock"