Fraction.st
branchjv
changeset 20578 39641ba8d6e0
parent 20344 152b525b5c63
parent 20416 dc0f91c47688
--- a/Fraction.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/Fraction.st	Mon Oct 03 12:44:41 2016 +0100
@@ -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
 !