StreamError.st
changeset 7232 1d05a293b8b0
parent 6210 d7039e2ae776
child 7586 63e4900c8931
--- a/StreamError.st	Thu Apr 24 10:17:51 2003 +0200
+++ b/StreamError.st	Thu Apr 24 10:21:14 2003 +0200
@@ -11,12 +11,12 @@
 
 documentation
 "
-    the parent of all stream errors.
+    The parent of all stream errors.
 "
 ! !
 
 !StreamError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.2 2001-11-17 10:04:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.3 2003-04-24 08:20:17 cg Exp $'
 ! !