Error message typo.
This commit is contained in:
parent
1d04ce2069
commit
ad9de1f325
|
@ -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