comment
authorClaus Gittinger <cg@exept.de>
Tue, 26 May 2009 08:37:51 +0200
changeset 11730 eabe6364c89b
parent 11729 7be800aefa39
child 11731 f3adbab61060
comment
ShortFloat.st
--- a/ShortFloat.st	Tue May 26 08:37:49 2009 +0200
+++ b/ShortFloat.st	Tue May 26 08:37:51 2009 +0200
@@ -496,7 +496,7 @@
 !ShortFloat methodsFor:'arithmetic'!
 
 * aNumber
-    "return the product of the receiver and the argument, aNumber"
+    "return the product of the receiver and the argument."
 
 %{  /* NOCONTEXT */
 
@@ -1636,5 +1636,5 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.97 2009-05-26 06:30:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.98 2009-05-26 06:37:51 cg Exp $'
 ! !