Fix minor doc typo for threads
This commit is contained in:
parent
68d906589e
commit
eb82c717ba
|
@ -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]{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user