fix small mistake in the docs

This commit is contained in:
Robby Findler 2014-10-21 13:10:35 -05:00
parent f54ea70ae0
commit 9d863ca2fe

View File

@ -155,7 +155,7 @@ executors as they become ready in another thread.
(will-register an-executor a-box-to-track executor-proc)
(eval:alts (collect-garbage) (void))
(set! a-box-to-track #f)
(eval:alts (collect-garbage) (executor-proc))]
(eval:alts (collect-garbage) (executor-proc 'random-junk))]
@defproc[(make-will-executor) will-executor?]{