diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-14 09:41:16 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-14 09:41:16 -0500 |
commit | 18f90aaabe0165d7649d6817af078bafed207e36 (patch) | |
tree | b38ac3ac9b60c3908bc5f14cc2d3e5adde6c2597 | |
parent | 67f60a5fba57e24df0a933165a92ff0d5e072a58 (diff) | |
parent | 0e330607dfa9e47db7aa4271973ed74631d926a2 (diff) |
Merge pull request #1497 from mwozniczak/json-fix
[json/en] Fixed incorrect information about commas in JSON doc
-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 b5e36090..060e9c3d 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -58,7 +58,7 @@ Drawbacks of JSON include lack of type definition and some sort of DTD. "alternative style": { "comment": "check this out!" - , "comma position": "doesn't matter - as long as it's before the value, then it's valid" + , "comma position": "doesn't matter - as long as it's before the next key, then it's valid" , "another comment": "how nice" }, |