Error message typo.
original commit: ad9de1f325b2f0244b45d08e5f2415cbba083792
This commit is contained in:
parent
352284953b
commit
63073640d7
|
@ -72,7 +72,7 @@
|
|||
[(list? t) (for-each loop t)]
|
||||
[(not (custodian? t))
|
||||
(raise-type-error
|
||||
who "thread, custodian, or a list of threads/csutodians" to-track)]
|
||||
who "thread, custodian, or a list of threads/custodians" to-track)]
|
||||
;; test that it's subordinate
|
||||
[(with-handlers ([exn:fail:contract? (λ (_) #t)])
|
||||
(custodian-managed-list t super-cust) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user