#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 10:33:48 +0200
changeset 24636 85131b98ee68
parent 24635 650696402a40
child 24637 9d7318805f06
#DOCUMENTATION by exept class: Stream comment/format in: #nextPutAll:
Stream.st
--- a/Stream.st	Mon Aug 26 10:33:38 2019 +0200
+++ b/Stream.st	Mon Aug 26 10:33:48 2019 +0200
@@ -4225,6 +4225,7 @@
 
 nextPutAll:aCollection
     "put all elements of the argument, aCollection onto the receiver.
+     Answer the receiver.
      This is only allowed, if the receiver supports writing."
 
     (aCollection notNil and:[aCollection isSequenceable]) ifFalse:[