Float.st
changeset 7258 9ccdbee7d1ad
parent 7217 554bb9c2ba24
child 7355 96f466eeddf5
--- a/Float.st	Wed May 07 16:06:30 2003 +0200
+++ b/Float.st	Wed May 07 16:11:29 2003 +0200
@@ -1601,7 +1601,7 @@
     "Float pi printfPrintString:'%%7.5F -> %7.5F'"
 ! !
 
-!Float methodsFor:'private accessing'!
+!Float methodsFor:'private-accessing'!
 
 basicAt:index
     "return an internal byte of the float.
@@ -2270,7 +2270,7 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.131 2003-04-22 09:36:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.132 2003-05-07 14:10:38 cg Exp $'
 ! !
 
 Float initialize!