fix broken contract error message

This commit is contained in:
Robby Findler 2011-10-04 08:19:33 -05:00
parent 25413a4c05
commit 63593285fe

View File

@ -326,7 +326,7 @@
(raise-blame-error
blame
val
"expected: ~s, given ~a, which isn't ~s"
"expected: ~s, given ~e, which isn't ~s"
(contract-name ctc)
val
(contract-name (car ctcs))))])))))