diff options
author | Adam Bard <github@adambard.com> | 2015-10-31 18:24:49 +0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-10-31 18:24:49 +0800 |
commit | 2bfaafc6c8ca491cff39708986478d5e3375cccb (patch) | |
tree | 18991e7dbf1f7040fff912eb0909803da0245486 /edn.html.markdown | |
parent | fcb154b0dd607eda5e0f2b58737738baf9062b5b (diff) | |
parent | b2b274df08f65a62f5f4c65701b043a69bd77964 (diff) |
Merge pull request #1921 from bureken/master
Typo fix
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 ;;; |