Set.st
changeset 22444 48b6391b2e6b
parent 22307 ec05bef825fb
child 22571 06c8f9ab1a8c
--- a/Set.st	Wed Jan 17 14:07:26 2018 +0100
+++ b/Set.st	Wed Jan 17 15:30:31 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -739,9 +737,9 @@
      Time will show ...
      Notice & warning:
         if the #= method is ever changed to compare non-dictionaries equal,
-        the code below must be changed to assert that the same hash-value is 
+        the code below must be changed to assert that the same hash-value is
         still returned.
-        (which may be hard to acomplish)
+        (which may be hard to accomplish)
     "
 
     |mySize|
@@ -758,7 +756,7 @@
      d at:'one' put:1.
      d at:2 put:#two.
      d at:'two' put:2.
-     d hash     
+     d hash
     "
 
     "
@@ -769,8 +767,10 @@
      d at:'one' put:1.
      d at:2 put:#two.
      d at:'two' put:2.
-     d hash     
+     d hash
     "
+
+    "Modified (comment): / 17-01-2018 / 15:18:56 / mawalch"
 ! !
 
 !Set methodsFor:'converting'!
@@ -842,6 +842,7 @@
 ! !
 
 
+
 !Set methodsFor:'obsolete set operations'!
 
 + aCollection