1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-01 10:42:45 +02:00

Clean up various errors

This commit is contained in:
Adam
2016-02-12 23:04:31 -08:00
parent 5aa692f5f3
commit f3b10beb01
13 changed files with 25 additions and 259 deletions

View File

@@ -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.