ArithmeticValue.st
changeset 11735 60aa644effbe
parent 11725 ad5591683279
child 12576 47985f127034
child 17711 39faaaf888b4
--- a/ArithmeticValue.st	Tue May 26 08:38:14 2009 +0200
+++ b/ArithmeticValue.st	Tue May 26 08:38:16 2009 +0200
@@ -206,7 +206,7 @@
 !ArithmeticValue methodsFor:'arithmetic'!
 
 * something
-    "return the product of the receiver and the argument"
+    "return the product of the receiver and the argument."
 
     ^ self subclassResponsibility
 !
@@ -1284,7 +1284,7 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.81 2009-05-26 06:31:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.82 2009-05-26 06:38:16 cg Exp $'
 ! !
 
 ArithmeticValue initialize!