[json/en] Typo

This commit is contained in:
Vojta Svoboda 2015-10-09 11:27:19 +02:00
parent 893be42153
commit 4c27047a97

View File

@ -14,7 +14,7 @@ C-style (`//`, `/* */`) comments. Some parsers also tolerate a trailing comma
(i.e. a comma after the last element of an array or the after the last property of an object), (i.e. a comma after the last element of an array or the after the last property of an object),
but they should be avoided for better compatibility. but they should be avoided for better compatibility.
For the purposes of this, however, everything is going to be 100% valid JSON. Luckily, it kind of speaks for itself. For the purposes of this, however, everything is going to be 100% valid JSON. Luckily, it kind of speaks for itself.
```json ```json
{ {