fix contract typo (PR10277)

svn: r15055
This commit is contained in:
Eli Barzilay 2009-06-02 17:21:53 +00:00
parent 6562b6ac6f
commit 7d7f825a9e

View File

@ -407,7 +407,7 @@
(-> void?)
(-> void?)
. -> .
void?)
(-> void?))
(delay-time open close)
@{Use this function to delay an action for some period of time. It also
supports cancelling the action before the time period elapses. For