#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:22:08 +0200
changeset 20432 e7056f247cd9
parent 20431 f41652a5b64a
child 20433 29c784535d3b
#DOCUMENTATION by cg class: WriteStream comment/format in: #isReadable
WriteStream.st
--- a/WriteStream.st	Thu Sep 22 15:22:00 2016 +0200
+++ b/WriteStream.st	Thu Sep 22 15:22:08 2016 +0200
@@ -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