#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:15:04 +0200
changeset 20421 5c1194f503ab
parent 20420 79810aad4d09
child 20422 94210802ce28
#DOCUMENTATION by cg class: Number comment/format in: #maxValue #minValue
Number.st
--- 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
 ! !