Set.st
branchjv
changeset 18223 78b2910496e6
parent 18120 e3a375d5f6a8
parent 18221 5299a2514ed2
child 18335 165360a15be3
--- a/Set.st	Thu Apr 16 06:43:28 2015 +0200
+++ b/Set.st	Fri Apr 17 06:46:37 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -660,7 +662,7 @@
 
     "
      #(1 2 3 4 5) asSet = #(2 3 4 5 1) asSet
-     #(nil 1 2 3 4 5) asSet = #(2 3 4 5 1) asSet´
+     #(nil 1 2 3 4 5) asSet = #(2 3 4 5 1) asSet
      #(1 2 3 4 5) asSet = #(2 3 4 5 1.0) asSet 
      #(1 2 3 4 5) asSet = #(2 3 4 5 'one') asSet 
     "
@@ -1334,11 +1336,11 @@
 !Set class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.131 2015-02-04 21:08:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.132 2015-04-16 16:29:45 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.131 2015-02-04 21:08:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.132 2015-04-16 16:29:45 stefan Exp $'
 ! !