ShortFloat.st
changeset 5552 31b5cc144476
parent 5432 c71559a881e2
child 5718 dfb94d8e4ad1
--- a/ShortFloat.st	Mon Aug 21 23:54:32 2000 +0200
+++ b/ShortFloat.st	Tue Aug 22 00:45:29 2000 +0200
@@ -947,7 +947,7 @@
 %}
 ! !
 
-!ShortFloat methodsFor:'truncation and rounding'!
+!ShortFloat methodsFor:'truncation & rounding'!
 
 floor
     "return the integer nearest the receiver towards negative infinity."
@@ -1008,5 +1008,5 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.60 2000-06-28 08:57:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.61 2000-08-21 22:45:29 cg Exp $'
 ! !