diff options
author | Alois <aloisdegouvello@live.fr> | 2015-05-13 11:00:57 +0200 |
---|---|---|
committer | Alois <aloisdegouvello@live.fr> | 2015-05-13 11:00:57 +0200 |
commit | 6370487b72c9f03baeca91d41f3f7f308381bf30 (patch) | |
tree | b7b0ddc7d7f0394eaca465430658d3d04f8e7422 /clojure.html.markdown | |
parent | bab235f2e9351d70ec6be1bcf5394ffbb1efec9f (diff) |
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 |