WriteStream.st
branchjv
changeset 20578 39641ba8d6e0
parent 20342 219a5a47e8b1
parent 20432 e7056f247cd9
child 21242 19fabe339f8b
--- a/WriteStream.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/WriteStream.st	Mon Oct 03 12:44:41 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -285,7 +287,7 @@
 !
 
 isReadable
-    "return true if the receiver supports reading - thats not true"
+    "return true if the receiver supports reading - that's not true"
 
     ^ false