diff options
author | Adam Bard <github@adambard.com> | 2015-05-13 18:51:25 +0900 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-05-13 18:51:25 +0900 |
commit | 77e79db34783327ec0a41d5ade30073bc8ab4b30 (patch) | |
tree | bc5d13efce41c36a9e19cee8aabd17ddd844a802 /clojure.html.markdown | |
parent | b2d05e617896b8ee4dd525036dc2180abb2013e5 (diff) | |
parent | 6370487b72c9f03baeca91d41f3f7f308381bf30 (diff) |
Merge pull request #1097 from aloisdg/master
Update clojure.html.markdown
Diffstat (limited to 'clojure.html.markdown')
-rw-r--r-- | clojure.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clojure.html.markdown b/clojure.html.markdown index 7917ab08..a125d18f 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -22,7 +22,7 @@ and often automatically. ; Clojure is written in "forms", which are just ; 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. ; The first call in a file should be ns, to set the namespace |