Complex.st
changeset 25006 c70ecfb14931
parent 24936 eaca1260a80c
child 25062 1704e428aea4
--- a/Complex.st	Fri Nov 29 14:42:15 2019 +0100
+++ b/Complex.st	Sun Dec 01 05:17:27 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  This is a Manchester Goodie.  It is distributed freely on condition
  that you observe these conditions in respect of the whole Goodie, and on
@@ -252,7 +250,7 @@
 !Complex 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 asComplex
 ! !