summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-10-14 09:41:16 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-10-14 09:41:16 -0500
commit18f90aaabe0165d7649d6817af078bafed207e36 (patch)
treeb38ac3ac9b60c3908bc5f14cc2d3e5adde6c2597
parent67f60a5fba57e24df0a933165a92ff0d5e072a58 (diff)
parent0e330607dfa9e47db7aa4271973ed74631d926a2 (diff)
Merge pull request #1497 from mwozniczak/json-fix
[json/en] Fixed incorrect information about commas in JSON doc
-rw-r--r--json.html.markdown2
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"
},