documentation
authorClaus Gittinger <cg@exept.de>
Fri, 07 Jun 2019 02:18:48 +0200
changeset 24276 f748df283009
parent 24275 1de47e7b0e9d
child 24277 96315a6ab1f3
documentation
LongFloat.st
--- a/LongFloat.st	Thu Jun 06 23:30:54 2019 +0200
+++ b/LongFloat.st	Fri Jun 07 02:18:48 2019 +0200
@@ -1454,7 +1454,7 @@
 !LongFloat methodsFor:'double dispatching'!
 
 productFromInteger:anInteger
-    "sent when an integer does not know how to multiply the receiver, a float"
+    "sent when an integer does not know how to multiply the receiver, self"
 
 %{  /* NOCONTEXT */
 
@@ -1472,7 +1472,7 @@
 !
 
 sumFromInteger:anInteger
-    "sent when an integer does not know how to add the receiver, a float"
+    "sent when an integer does not know how to add the receiver, self"
 
 %{  /* NOCONTEXT */