Improve blame context message

This commit is contained in:
Alexis King 2015-01-19 16:37:15 -08:00 committed by Robby Findler
parent 6e79a582f1
commit 6aad952b20

View File

@ -195,7 +195,7 @@
'()))
(define (add-async-channel-context blame)
(blame-add-context blame "the content of"))
(blame-add-context blame "a value passed through"))
(define (check-async-channel/c ctc val blame)
(unless (async-channel? val)