Class.st
changeset 895 c3bb8e614ee3
parent 894 138c21732ab9
child 896 0226558f4b6c
--- a/Class.st	Wed Jan 24 21:47:30 1996 +0100
+++ b/Class.st	Wed Jan 24 21:48:38 1996 +0100
@@ -1959,7 +1959,7 @@
      in a portable binary format. The methods source is saved by reference
      to the classes sourceFile if there is any.
      That sourcefile needs to be present after reload in order to be
-     browsable.".
+     browsable."
 
     self binaryFileOutWithSourceMode:#reference
 !
@@ -3722,6 +3722,6 @@
 !Class class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.123 1996-01-24 20:47:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.124 1996-01-24 20:48:38 cg Exp $'
 ! !
 Class initialize!