summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-05-03 21:28:20 +0200
committerven <vendethiel@hotmail.fr>2015-05-03 21:28:20 +0200
commitbab235f2e9351d70ec6be1bcf5394ffbb1efec9f (patch)
tree9f58a870443a44b75e6f06d97d64a296c0c9ba67
parentb0509e920b97ca318418416fed80d1b1668201ce (diff)
parent699c6d22390e359d586ad584eb44ab757858b4c4 (diff)
Merge pull request #1087 from aloisdg/patch-1
Fix Markdown
-rw-r--r--json.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.html.markdown b/json.html.markdown
index f5287138..f57b82b8 100644
--- a/json.html.markdown
+++ b/json.html.markdown
@@ -10,7 +10,7 @@ As JSON is an extremely simple data-interchange format, this is most likely goin
to be the simplest Learn X in Y Minutes ever.
JSON in its purest form has no actual comments, but most parsers will accept
-C-style (//, /\* \*/) comments. For the purposes of this, however, everything is
+C-style (`//`, `/* */`) comments. For the purposes of this, however, everything is
going to be 100% valid JSON. Luckily, it kind of speaks for itself.
```json