diff options
author | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-09 11:27:19 +0200 |
---|---|---|
committer | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-09 11:27:19 +0200 |
commit | 4c27047a9748c0d3197dc63de34cc8bebf03633f (patch) | |
tree | 39dec064a10805b02114e1f4703602a321a07b2c /json.html.markdown | |
parent | 893be4215370335710ac4d77d707606abd348030 (diff) |
[json/en] Typo
Diffstat (limited to 'json.html.markdown')
-rw-r--r-- | json.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json.html.markdown b/json.html.markdown index a85cecc4..a1629137 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -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), 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 { |