CharacterWriteStream.st
changeset 24642 95ccaa31c09f
parent 24630 861b42a1a269
child 24648 a19f893311d9
--- a/CharacterWriteStream.st	Mon Aug 26 10:35:45 2019 +0200
+++ b/CharacterWriteStream.st	Mon Aug 26 10:36:11 2019 +0200
@@ -263,6 +263,7 @@
 
 nextPutAll:aCollection
     "append aCollection to the receiver.
+     Answer the receiver.
      Redefined to convert to a string of the needed character size."
 
     |needCharacterSize|