Time.st
changeset 6902 e852abccde71
parent 6901 5559beac5f7b
child 6903 76ad70b0b8c2
--- a/Time.st	Tue Nov 26 14:09:19 2002 +0100
+++ b/Time.st	Tue Nov 26 14:46:47 2002 +0100
@@ -625,7 +625,7 @@
 !
 
 setSeconds:secs
-    "set my time given seconds since midnight;
+    "set my time given seconds since midnight.
      Notice the modulu opeartions here - there cannot be a time behond 24hours
      (use TimeDuration, if you need that)."
 
@@ -664,5 +664,5 @@
 !Time class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.56 2002-11-26 13:09:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.57 2002-11-26 13:46:47 cg Exp $'
 ! !