#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 01 Dec 2019 05:17:46 +0100
changeset 25007 050a1002f4b6
parent 25006 c70ecfb14931
child 25008 89196028f729
#DOCUMENTATION by exept class: FixedPoint class comment/format in: #coerce:
FixedPoint.st
--- a/FixedPoint.st	Sun Dec 01 05:17:27 2019 +0100
+++ b/FixedPoint.st	Sun Dec 01 05:17:46 2019 +0100
@@ -311,7 +311,7 @@
 !FixedPoint class methodsFor:'coercing & converting'!
 
 coerce:aNumber
-    "convert the argument aNumber into an instance of the receiver's class and return it."
+    "convert the argument aNumber into an instance of the receiver (class) and return it."
 
     ^ aNumber asFixedPoint
 ! !