#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 01 Dec 2019 05:19:30 +0100
changeset 25012 dfb386377f96
parent 25011 ca3b06227ff4
child 25013 eb9cf7e9d6b5
#DOCUMENTATION by exept class: LargeInteger class comment/format in: #coerce:
LargeInteger.st
--- a/LargeInteger.st	Sun Dec 01 05:19:15 2019 +0100
+++ b/LargeInteger.st	Sun Dec 01 05:19:30 2019 +0100
@@ -331,12 +331,10 @@
     "Modified: / 8.5.1998 / 21:40:41 / cg"
 ! !
 
-
-
 !LargeInteger 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 asLargeInteger
 ! !