summaryrefslogtreecommitdiffhomepage
path: root/edn.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-10-31 18:24:49 +0800
committerAdam Bard <github@adambard.com>2015-10-31 18:24:49 +0800
commit2bfaafc6c8ca491cff39708986478d5e3375cccb (patch)
tree18991e7dbf1f7040fff912eb0909803da0245486 /edn.html.markdown
parentfcb154b0dd607eda5e0f2b58737738baf9062b5b (diff)
parentb2b274df08f65a62f5f4c65701b043a69bd77964 (diff)
Merge pull request #1921 from bureken/master
Typo fix
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 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 ;;;