Number.st
changeset 20421 5c1194f503ab
parent 20331 f9e364521eda
child 20578 39641ba8d6e0
child 20866 076ab5e1f702
--- a/Number.st	Thu Sep 22 15:14:14 2016 +0200
+++ b/Number.st	Thu Sep 22 15:15:04 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -1512,14 +1510,14 @@
 
 maxValue
     "the maximum possible value taking me as a measurement with possible error;
-     as I am exact, thats myself"
+     as I am exact, that's myself"
 
     ^ self
 !
 
 minValue
     "the minimum possible value taking me as a measurement with possible error;
-     as I am exact, thats myself"
+     as I am exact, that's myself"
 
     ^ self
 ! !