Clarify error message
This commit is contained in:
parent
94ae918b0f
commit
eb0e188b63
|
@ -96,7 +96,7 @@
|
||||||
(else (false
|
(else (false
|
||||||
(make-exn:invalid-xexpr
|
(make-exn:invalid-xexpr
|
||||||
(format (string-append
|
(format (string-append
|
||||||
"Expected a string, symbol, number, comment, "
|
"Expected a string, symbol, valid numeric entity, comment, "
|
||||||
"processing instruction, or list, given ~s")
|
"processing instruction, or list, given ~s")
|
||||||
x)
|
x)
|
||||||
(current-continuation-marks)
|
(current-continuation-marks)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user