diff --git a/collects/racket/contract/private/misc.rkt b/collects/racket/contract/private/misc.rkt index 1f19f2aae3..c53ee946dc 100644 --- a/collects/racket/contract/private/misc.rkt +++ b/collects/racket/contract/private/misc.rkt @@ -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))))])))))