Scanner.st
changeset 4419 4e04c315d976
parent 4418 edd3f5086910
child 4420 eee7da6ae1e2
--- a/Scanner.st	Sat May 25 23:42:32 2019 +0200
+++ b/Scanner.st	Sat May 25 23:46:15 2019 +0200
@@ -829,13 +829,13 @@
 !
 
 outStream:aStream
-    "if set, this stream gets the parsed input as it is read.
-     Usefule to collect while reading from a socket or other non-positionable stream"
+    "if set, this stream gets the parsed comments as it is read.
+     Useful to collect comments while reading"
     
     outStream := aStream.
     outCol := outCol ? 1.
 
-    "Modified (comment): / 25-05-2019 / 23:41:58 / Claus Gittinger"
+    "Modified (comment): / 25-05-2019 / 23:45:57 / Claus Gittinger"
 !
 
 requestor