#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 17 May 2018 21:32:49 +0200
changeset 22950 736804d40826
parent 22949 ccecba10f5f3
child 22951 9886016582bd
#DOCUMENTATION by cg class: OrderedDictionary comment/format in: #keysAndValuesDetect:ifNone:
OrderedDictionary.st
--- a/OrderedDictionary.st	Thu May 17 08:02:13 2018 +0200
+++ b/OrderedDictionary.st	Thu May 17 21:32:49 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT.
  This is a Manchester Goodie protected by copyright.
@@ -838,7 +840,7 @@
 keysAndValuesDetect: aBlock ifNone:exceptionBlock
     "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.
+     in this case return the value which caused the true evaluation.
      If none of the evaluations returns true, return the result of the
      evaluation of the exceptionBlock"