Fix typos

This commit is contained in:
Kian-Meng, Ang 2021-09-23 20:20:12 +08:00
parent 590214d80f
commit 1d5c261c18
3 changed files with 7 additions and 7 deletions

View file

@ -138,7 +138,7 @@ anywhere whitespace is allowed you can insert comments (both `// ...` and `/* ..
some particularly irresponsible json emitters leave trailing commas at the end of
objects or arrays. **jsx** allows a single trailing comma in input. multiple commas
in any posistion or a preceding comma are still errors
in any position or a preceding comma are still errors
all **jsx** decoder input should be `utf8` encoded binaries. sometimes you get binaries
that are almost but not quite valid utf8 whether due to improper escaping or poor