summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichał Woźniczak <michal.wozniczak@gmail.com>2015-10-13 22:02:06 +0200
committerMichał Woźniczak <michal.wozniczak@gmail.com>2015-10-13 22:02:06 +0200
commit0e330607dfa9e47db7aa4271973ed74631d926a2 (patch)
tree1659c3f75ac4ab019524c7185616baa7073fa63d
parent96bb81488990e3de9fbfd20cf3093a4064ec1433 (diff)
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"
},