LineNumberReadStream.st
changeset 2538 8e34a8db4002
parent 2376 267edc0847fe
child 2827 dd4e71ae9244
--- a/LineNumberReadStream.st	Thu Feb 17 14:13:22 2011 +0100
+++ b/LineNumberReadStream.st	Thu Feb 17 17:34:13 2011 +0100
@@ -39,18 +39,18 @@
 documentation
 "
     This filter keeps track of the current line, and optionally
-    the current lines start position (if the input stream is positionable).
+    the current line's start position (if the input stream is positionable).
     while passing text from its inputStream to its outputStream.
 
-    Can be placed in-between text processing and the texts
+    Can be placed in-between text processing and the text's
     input stream, and let it keep track of the lineNumber.
 
     [see also:]
-	ReadStream WriteStream ExternalStream FileStream
-	FilteringStream FilteringLineStream
+        ReadStream WriteStream ExternalStream FileStream
+        FilteringStream FilteringLineStream
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 "
 !
 
@@ -164,9 +164,9 @@
 !LineNumberReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/LineNumberReadStream.st,v 1.7 2009-12-11 09:23:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LineNumberReadStream.st,v 1.8 2011-02-17 16:34:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/LineNumberReadStream.st,v 1.7 2009-12-11 09:23:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LineNumberReadStream.st,v 1.8 2011-02-17 16:34:13 cg Exp $'
 ! !