add contract-correct caveat to contract violation error messages

This commit is contained in:
Robby Findler 2014-07-14 08:09:26 -05:00
parent 737330deb6
commit 1dda800ca2

View File

@ -320,6 +320,7 @@
from-line
on-line
blaming-line
" (assuming the contract is correct)"
at-line))
;; combine-lines : (->* #:rest (listof (or/c string? #f))) string?)