Update racket/collects/json/main.rkt
Co-authored-by: Sam Tobin-Hochstadt <samth0@gmail.com>
This commit is contained in:
parent
7cae0adaa6
commit
9085ffe69b
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user