MeasurementValue.st
changeset 11606 f657ce220093
parent 11466 3b67c6756dad
child 11607 39bd3dc180df
--- a/MeasurementValue.st	Sat Feb 28 12:36:19 2009 +0100
+++ b/MeasurementValue.st	Sat Feb 28 12:51:14 2009 +0100
@@ -47,9 +47,9 @@
     For now, the stuff found here represents our needs and more might be added in the future.
 
     Also notice, that instances do not keep the error as a fraction, but instead a min. and maxValue.
-    That means, that we can represent tha case where the absolute error values are different in
+    That means, that we can handle the case where the error is different in
     the positive and negative directions.
-    I am not sure if this is more flexibility than needed in the long run.
+    I am not sure if this is more flexibility than need in the long run.
 
     [author:]
         Claus Gittinger
@@ -294,5 +294,5 @@
 !MeasurementValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.6 2009-01-16 12:50:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.7 2009-02-28 11:51:14 cg Exp $'
 ! !