Fix minor doc typo for threads

This commit is contained in:
Asumu Takikawa 2013-05-23 09:11:27 -04:00
parent 68d906589e
commit eb82c717ba

View File

@ -66,7 +66,7 @@ Like @racket[thread], except that ``killing'' the thread through
@racket[kill-thread] or @racket[custodian-shutdown-all] merely
suspends the thread instead of terminating it. }
@defproc[(call-in-nested-thread [thunk (->any)]
@defproc[(call-in-nested-thread [thunk (-> any)]
[cust custodian? (current-custodian)])
any]{