MultiReadStream.st
changeset 3287 c684c48697d0
parent 3272 7e58d594ab27
child 4090 07de7c4cf517
--- a/MultiReadStream.st	Wed May 28 19:16:00 2014 +0200
+++ b/MultiReadStream.st	Thu May 29 12:34:42 2014 +0200
@@ -12,8 +12,9 @@
 documentation
 "
     Stacked streams. At any time, another stream can be stacked onto
-    a stream stack. Making this streams contents to be returned before the
-    rest. To the stream reader, this looks like a bunch of embedded streams.
+    a stream stack. Making this stream's contents to be returned before the
+    rest. To the stream reader, this looks like a single stream delivering the
+    embedded stream contents sequentially.
 
     Useful when reading files which include each other, or to handle
     define-macro expansion in a c-parser.
@@ -163,6 +164,6 @@
 !MultiReadStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.8 2014-04-30 18:20:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.9 2014-05-29 10:34:42 cg Exp $'
 ! !