ArithmeticValue.st
changeset 20696 2fb95c98ed4a
parent 20353 500460b04523
child 21024 8734987eb5c7
child 21106 c91208b4b28d
--- a/ArithmeticValue.st	Sat Oct 29 14:10:49 2016 +0200
+++ b/ArithmeticValue.st	Sun Oct 30 14:20:38 2016 +0100
@@ -251,7 +251,6 @@
     ^ self == ArithmeticValue
 ! !
 
-
 !ArithmeticValue methodsFor:'arithmetic'!
 
 * something
@@ -324,7 +323,7 @@
 !
 
 dist:arg
-    "return the distance between arg and the receiver."
+    "return the distance between the arg and the receiver."
 
     ^ (arg - self) abs