comment
authorClaus Gittinger <cg@exept.de>
Sat, 20 Mar 2004 15:49:56 +0100
changeset 8244 06543e00260e
parent 8243 91aa4aa5386d
child 8245 343908a8a4e1
comment
AbstractTime.st
--- a/AbstractTime.st	Sat Mar 20 15:38:07 2004 +0100
+++ b/AbstractTime.st	Sat Mar 20 15:49:56 2004 +0100
@@ -489,7 +489,7 @@
 !
 
 - aTimeOrNumberOfSeconds
-    "return the delta in seconds between 2 times."
+    "return the delta in seconds between 2 times or subtract a number of seconds."
 
     aTimeOrNumberOfSeconds isNumber ifTrue:[
         ^ self species basicNew 
@@ -1028,5 +1028,5 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.46 2004-03-15 23:32:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.47 2004-03-20 14:49:56 cg Exp $'
 ! !