Update clojure.html.markdown

This commit is contained in:
Alois 2015-05-13 11:00:57 +02:00
parent bab235f2e9
commit 6370487b72

View File

@ -22,7 +22,7 @@ and often automatically.
; Clojure is written in "forms", which are just ; Clojure is written in "forms", which are just
; lists of things inside parentheses, separated by whitespace. ; lists of things inside parentheses, separated by whitespace.
; ;
; The clojure reader assumes that the first thing is a ; The clojure reader assumes that the first thing is a
; function or macro to call, and the rest are arguments. ; function or macro to call, and the rest are arguments.
; The first call in a file should be ns, to set the namespace ; The first call in a file should be ns, to set the namespace