Number.st
branchjv
changeset 20578 39641ba8d6e0
parent 20345 68e5382ae472
parent 20421 5c1194f503ab
child 21024 8734987eb5c7
--- a/Number.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/Number.st	Mon Oct 03 12:44:41 2016 +0100
@@ -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
 ! !