commentary
authorClaus Gittinger <cg@exept.de>
Sat, 16 Dec 1995 14:04:33 +0100
changeset 778 afbb3ebde874
parent 777 452133016f54
child 779 0e41a665038a
commentary
Delay.st
--- a/Delay.st	Sat Dec 16 14:04:17 1995 +0100
+++ b/Delay.st	Sat Dec 16 14:04:33 1995 +0100
@@ -55,7 +55,7 @@
     delay for at least this minimum time interval.
 
     Check your systems resolution with:
-    (make certain, that no other timed delays are running in the background when doing this)
+    (make certain, that no other timed processes are running in the background when doing this)
 
         |d t1 t2 res|
 
@@ -237,5 +237,5 @@
 !Delay class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.13 1995-12-16 13:04:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.14 1995-12-16 13:04:33 cg Exp $'
 ! !