summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2014-09-21 11:47:17 -0500
committerLevi Bostian <levi.bostian@gmail.com>2014-09-21 11:47:17 -0500
commitc9446d4512e9f8b0b5b6816f3f94f7ea5bbefa78 (patch)
tree345624b2e86a7c0146cde23dd0eda74127006f60
parent1eb78e0a72355aceac312a337c1ce59bc3fb41f2 (diff)
parent074d488aa2ce33683ee5066aeffa5b010ffe38a4 (diff)
Merge pull request #782 from m90/patch-1
[json/en] JSON should not use single quote delimited strings
-rw-r--r--json.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.html.markdown b/json.html.markdown
index 9041eaa2..f5287138 100644
--- a/json.html.markdown
+++ b/json.html.markdown
@@ -17,7 +17,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.
{
"key": "value",
- "keys": "must always be enclosed in quotes (either double or single)",
+ "keys": "must always be enclosed in double quotes",
"numbers": 0,
"strings": "Hellø, wørld. All unicode is allowed, along with \"escaping\".",
"has bools?": true,