Fraction.st
changeset 7380 c704ff45bb80
parent 7355 96f466eeddf5
child 7403 857702a5a921
--- a/Fraction.st	Mon Jun 16 20:48:51 2003 +0200
+++ b/Fraction.st	Tue Jun 17 10:42:42 2003 +0200
@@ -66,7 +66,7 @@
 
     [see also:]
         Number
-        Float Integer FixedPoint 
+        FixedPoint Float ShortFloat LongFloat Integer Complex
 "
 ! !
 
@@ -1048,7 +1048,7 @@
 !Fraction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.63 2003-06-16 09:14:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.64 2003-06-17 08:41:33 cg Exp $'
 ! !
 
 Fraction initialize!