summaryrefslogtreecommitdiffhomepage
path: root/hy.html.markdown
diff options
context:
space:
mode:
authorZirak <zirakertan@gmail.com>2015-10-17 20:49:34 +0000
committerZirak <zirakertan@gmail.com>2015-10-17 20:49:34 +0000
commit7f2f4b1dfc5183109bc7ef3a1892b79819015bbb (patch)
treed818f1848f36b335fb1ad5f23a4595e018ae3f24 /hy.html.markdown
parent43c180d954eb9ae25c7a4d5d86dc1a4edf4c123c (diff)
Changed code block language to clojure
...again :(
Diffstat (limited to 'hy.html.markdown')
-rw-r--r--hy.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/hy.html.markdown b/hy.html.markdown
index 039312db..5333410e 100644
--- a/hy.html.markdown
+++ b/hy.html.markdown
@@ -12,7 +12,7 @@ hy to call native python code or python to call native hy code as well
This tutorial works for hy ≥ 0.9.12, with some corrections for hy 0.11.
-```hy
+```clojure
;; this gives an gentle introduction to hy for a quick trial head to
;; http://try-hy.appspot.com
;;