Stream.st
changeset 6857 4540eeb3c958
parent 6494 5b3d8667c22a
child 6862 46016b628d45
--- a/Stream.st	Wed Nov 13 14:30:37 2002 +0100
+++ b/Stream.st	Thu Nov 14 22:55:16 2002 +0100
@@ -2103,7 +2103,7 @@
     "Modified: 15.5.1996 / 18:00:39 / cg"
 ! !
 
-!Stream methodsFor:'reading - strings'!
+!Stream methodsFor:'reading-strings'!
 
 nextAlphaNumericWord
     "read the next word (i.e. up to non letter-or-digit).
@@ -2485,6 +2485,7 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.104 2002-04-11 09:25:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.105 2002-11-14 21:55:16 cg Exp $'
 ! !
+
 Stream initialize!