#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 16 May 2016 08:37:42 +0200
changeset 19844 9a7234d4b08c
parent 19843 4ce3c7f4d168
child 19845 ef17a74c2bd7
#DOCUMENTATION by cg class: KeyedCollection comment/format in: #removeKey:ifAbsent:
KeyedCollection.st
--- a/KeyedCollection.st	Mon May 16 08:37:31 2016 +0200
+++ b/KeyedCollection.st	Mon May 16 08:37:42 2016 +0200
@@ -170,7 +170,8 @@
 
 removeKey:aKey ifAbsent:exceptionBlock
     "remove key (and the value stored under that key) from the
-     receiver; if no such element is contained, return the value
+     receiver; return the value which was stored previously there.
+     If no such element is contained, return the value
      from evaluating exceptionBlock"
 
     ^ self subclassResponsibility