summaryrefslogtreecommitdiffhomepage
path: root/edn.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
committerAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
commitf3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch)
tree0d5621e1ad3c7e0d934e235895a27046642540ef /edn.html.markdown
parent5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff)
Clean up various errors
Diffstat (limited to 'edn.html.markdown')
-rw-r--r--edn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/edn.html.markdown b/edn.html.markdown
index d0bdddfc..ca04df89 100644
--- a/edn.html.markdown
+++ b/edn.html.markdown
@@ -14,7 +14,7 @@ Clojure, there are implementations of EDN for many other languages.
The main benefit of EDN over JSON and YAML is that it is extensible. We
will see how it is extended later on.
-```Clojure
+```clojure
; Comments start with a semicolon.
; Anything after the semicolon is ignored.