summaryrefslogtreecommitdiffhomepage
path: root/edn.html.markdown
diff options
context:
space:
mode:
authorbureken <berkgureken@gmail.com>2015-10-31 03:33:13 +0300
committerbureken <berkgureken@gmail.com>2015-10-31 03:33:13 +0300
commita72017573d893b9c0b17e7342dbe39630ba4a5d0 (patch)
tree501cc02d9e086391c92d899debf58c4d9c7e7416 /edn.html.markdown
parentf0a4c88acfac9514aca6dd33e2d3f8c4d5e815dc (diff)
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 ;;;