#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Fri, 15 Mar 2019 15:26:20 +0100
changeset 23919 8ff052582b22
parent 23918 95c4a9d8b151
child 23920 2e34d7defd40
#DOCUMENTATION by stefan class: Set comment/format in: #findKeyOrNilOrDeletedEntry:
Set.st
--- a/Set.st	Fri Mar 15 13:40:56 2019 +0100
+++ b/Set.st	Fri Mar 15 15:26:20 2019 +0100
@@ -1000,7 +1000,7 @@
         nil             -   an empty slot
         DeletedEntry    -   an empty slot, but preceeded and followed by non-empty
                             slots with keys hashing to the same value (hash collisions)
-        key             -   key is laready present in the slot."
+        key             -   key is already present in the slot."
 
     |index  "{ Class:SmallInteger }"
      length "{ Class:SmallInteger }"
@@ -1042,6 +1042,7 @@
     ] loop.
 
     "Modified: / 27-02-2011 / 15:30:42 / cg"
+    "Modified (comment): / 15-03-2019 / 15:15:31 / Stefan Vogel"
 !
 
 findNil:key