Stream.st
changeset 16816 5f6a55330ef5
parent 16794 8e64a6312a08
child 16864 2e00b797fff4
--- a/Stream.st	Mon Aug 04 01:35:29 2014 +0200
+++ b/Stream.st	Mon Aug 04 15:45:04 2014 +0200
@@ -2626,7 +2626,7 @@
      The next read operation will return the matching element.
      If no such element is encountered, all elements up to the end are read
      and returned.
-     This returns the exact same as upToAny: would, but leaves the streams position so that
+     This returns the exact same as upToAny: would, but leaves the stream's position so that
      the next read returns the matching delimiter instead of skipping it.
      Caveat: this is the one which should have been called upTo: in the first place;
      however, it seems now too late for a change."
@@ -3631,11 +3631,11 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.227 2014-07-25 21:21:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.228 2014-08-04 13:45:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.227 2014-07-25 21:21:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.228 2014-08-04 13:45:04 cg Exp $'
 ! !