cs: fix typo in error-message constructor
This commit is contained in:
parent
92e937032d
commit
a600991ff7
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user