Fraction.st
changeset 20416 dc0f91c47688
parent 20308 9110f117d260
child 20578 39641ba8d6e0
child 21766 4974e66281d4
--- a/Fraction.st	Thu Sep 22 15:11:20 2016 +0200
+++ b/Fraction.st	Thu Sep 22 15:11:35 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -589,7 +587,7 @@
 !
 
 asFraction
-    "return the receiver as fraction - thats itself"
+    "return the receiver as fraction - that's the receiver itself"
 
     ^ self
 !