Update racket/collects/json/main.rkt

Co-authored-by: Sam Tobin-Hochstadt <samth0@gmail.com>
This commit is contained in:
Robby Findler 2021-04-15 10:58:02 -05:00
parent 7cae0adaa6
commit 9085ffe69b

View File

@ -188,7 +188,7 @@
(read-char i)
(skip-whitespace)]
[(char-whitespace? ch)
(err "found whitespace that is not allowed by the json spec\n char: ~s"
(err "found whitespace that is not allowed by the JSON specification\n char: ~s"
ch)]
[else ch])]
[else ch]))