#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 07 Feb 2017 11:14:10 +0100
changeset 21369 d7b0866974d9
parent 21368 1e4c41f4d3af
child 21370 7a58ed21b4d8
#DOCUMENTATION by cg class: KeyedCollection comment/format in: #keyAtEqualValue:
KeyedCollection.st
--- a/KeyedCollection.st	Tue Feb 07 11:13:47 2017 +0100
+++ b/KeyedCollection.st	Tue Feb 07 11:14:10 2017 +0100
@@ -92,7 +92,7 @@
      Raise an error if not found.
      This is a slow access, since the receiver is searched sequentially.
      NOTICE:
-        The value is searched using identity compare"
+        The value is searched using equality compare"
 
     ^ self keyAtEqualValue:value ifAbsent:[self errorValueNotFound:value].