fix contract typo (PR10277)

svn: r15055

original commit: 7d7f825a9e48d361ad7f0662bc8a0493345cd894
This commit is contained in:
Eli Barzilay 2009-06-02 17:21:53 +00:00
parent cc346fe4fc
commit 493dee465a

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