Stream.st
branchjv
changeset 18482 68a43e2b3e78
parent 18397 20527009f352
parent 18478 245b268192d5
child 18723 f7d0ff0386cf
--- a/Stream.st	Tue Jun 09 18:28:32 2015 +0100
+++ b/Stream.st	Wed Jun 10 08:43:00 2015 +0100
@@ -226,6 +226,7 @@
 ! !
 
 
+
 !Stream methodsFor:'accessing'!
 
 contents
@@ -2726,7 +2727,7 @@
 upToAny:aCollectionOfObjects
     "read a collection of all objects up-to a element which is contained in
      aCollectionOfObjects and return these elements, but excluding the matching one. 
-     The next read operation will return the element after anObject.
+     The next read operation will return the element AFTER anObject.
      If no such element is encountered, all elements up to the end are read
      and returned.
      Compare this with #throughAll: which also reads up to some object
@@ -3806,11 +3807,11 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.245 2015-05-23 13:09:26 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.245 2015-05-23 13:09:26 cg Exp $'
+    ^ '$Header$'
 ! !