From eb82c717ba9b34551c469727c7ee2e951a2d4a54 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 23 May 2013 09:11:27 -0400 Subject: [PATCH] Fix minor doc typo for threads --- collects/scribblings/reference/threads.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/threads.scrbl b/collects/scribblings/reference/threads.scrbl index 946509f419..a97f613aaf 100644 --- a/collects/scribblings/reference/threads.scrbl +++ b/collects/scribblings/reference/threads.scrbl @@ -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]{