cs: fix typo in error-message constructor

This commit is contained in:
Matthew Flatt 2019-04-24 15:42:26 -06:00
parent 92e937032d
commit a600991ff7

View File

@ -207,7 +207,7 @@
(|#%app|
exn:fail:contract
(string-append (symbol->string who)
": expected argument ot type <" what ">"
": expected argument of type <" what ">"
"; given: "
(error-value->string
(if pos (list-ref (cons arg args) pos) arg))