comment
authorClaus Gittinger <cg@exept.de>
Tue, 26 May 2009 08:38:14 +0200
changeset 11734 7c2cc71aabc9
parent 11733 fe4717d35e0c
child 11735 60aa644effbe
comment
Fraction.st
--- a/Fraction.st	Tue May 26 08:38:10 2009 +0200
+++ b/Fraction.st	Tue May 26 08:38:14 2009 +0200
@@ -226,7 +226,7 @@
 !Fraction methodsFor:'arithmetic'!
 
 * aNumber
-    "return the product of the receiver and the argument, aNumber"
+    "return the product of the receiver and the argument."
 
     "/ notice:
     "/ the following code handles some common cases,
@@ -1123,7 +1123,7 @@
 !Fraction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.77 2009-05-26 06:30:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.78 2009-05-26 06:38:14 cg Exp $'
 ! !
 
 Fraction initialize!