CharacterWriteStream.st
branchjv
changeset 18800 02724cc719b6
parent 18617 fbfd2d411738
parent 18796 6a6867d3572e
child 19660 d48041817c55
--- a/CharacterWriteStream.st	Thu Oct 01 06:52:24 2015 +0200
+++ b/CharacterWriteStream.st	Fri Oct 02 06:42:49 2015 +0100
@@ -41,9 +41,8 @@
 documentation
 "
     This is a WriteStream, which automagically changes the underlying collection,
-    if a character does fit into the current collection.
-
-    String -> Unicode16String -> Unicode32Sting
+    if a character does not fit into the current collection 
+    (i.e. String -> Unicode16String -> Unicode32Sting )
 
     [author:]
         Stefan Vogel (stefan@zwerg)