#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 01:27:28 +0100
changeset 25301 e2bd80b60f30
parent 25300 3acabb810952
child 25302 3ab39726c023
#DOCUMENTATION by exept class: Stream comment/format in: #flush
Stream.st
--- a/Stream.st	Wed Feb 26 01:24:19 2020 +0100
+++ b/Stream.st	Wed Feb 26 01:27:28 2020 +0100
@@ -4292,7 +4292,7 @@
 !
 
 flush
-    "write out all unbuffered data - ignored here, but added
+    "write out all buffered data - ignored here, but added
      to make internalStreams protocol compatible with externalStreams"
 
     "Modified: 7.5.1996 / 23:54:53 / stefan"