diff options
author | Jacob Ward <jacobward1898@gmail.com> | 2015-10-31 20:27:51 -0600 |
---|---|---|
committer | Jacob Ward <jacobward1898@gmail.com> | 2015-10-31 20:27:51 -0600 |
commit | 5d09566ee4881028cd53dee83ae27343beb8269d (patch) | |
tree | d5d48488f23e08690f1ec54610c9fe81e34d2fe8 /edn.html.markdown | |
parent | 08b43e21f1a273d5ca471e0accdf46ba706a4cd5 (diff) | |
parent | dbe6184519860e526432c4987a6f67d6c0acf38e (diff) |
Merge remote-tracking branch 'adambard/master'
Diffstat (limited to 'edn.html.markdown')
-rw-r--r-- | edn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edn.html.markdown b/edn.html.markdown index 655c20f1..0a0dc9b5 100644 --- a/edn.html.markdown +++ b/edn.html.markdown @@ -16,7 +16,7 @@ will see how it is extended later on. ```Clojure ; Comments start with a semicolon. -; Anythng after the semicolon is ignored. +; Anything after the semicolon is ignored. ;;;;;;;;;;;;;;;;;;; ;;; Basic Types ;;; |