#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 01 Dec 2019 05:18:31 +0100
changeset 25009 7de69484f252
parent 25008 89196028f729
child 25010 b6ca5e1a1592
#DOCUMENTATION by exept class: Fraction class comment/format in: #coerce:
Fraction.st
--- a/Fraction.st	Sun Dec 01 05:18:11 2019 +0100
+++ b/Fraction.st	Sun Dec 01 05:18:31 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -261,7 +259,7 @@
 !Fraction 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 asFraction
 ! !