FixedPoint.st
changeset 9129 f1451239cd4b
parent 7442 1b0a20747a64
child 9131 fcbe5d33e038
--- a/FixedPoint.st	Fri Feb 17 13:01:59 2006 +0100
+++ b/FixedPoint.st	Fri Feb 17 13:35:04 2006 +0100
@@ -85,7 +85,7 @@
         adapted, modified & enhanced by Claus Gittinger
 
     [see also:]
-        Integer Float ShortFloat LongFloat Number Fraction Complex
+        Number Fraction Integer Float ShortFloat LongFloat Complex
 "
 !
 
@@ -1145,5 +1145,5 @@
 !FixedPoint class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.30 2003-06-21 10:32:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.31 2006-02-17 12:35:04 cg Exp $'
 ! !