#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:08:51 +0200
changeset 20412 aee4d28b38c5
parent 20411 5094bd64e3f0
child 20413 f3058cc528c2
#DOCUMENTATION by cg class: FileStream comment/format in: #collectionSize #size
FileStream.st
--- a/FileStream.st	Thu Sep 22 15:08:00 2016 +0200
+++ b/FileStream.st	Thu Sep 22 15:08:51 2016 +0200
@@ -1996,7 +1996,7 @@
 
 collectionSize
     "common stream protocol: return the size of the stream;
-     thats the number of bytes of the file."
+     that's the number of bytes of the file."
 
     ^ self fileSize.
 !
@@ -2078,7 +2078,7 @@
 
 size
     "common stream protocol: return the size of the stream;
-     thats the number of bytes of the file."
+     that's the number of bytes of the file."
 
     ^ self fileSize.