diff options
author | Adam Bard <github@adambard.com> | 2013-08-14 08:27:57 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-08-14 08:27:57 -0700 |
commit | 6298fadf7997f9abac77bf839deafc60c4e4a228 (patch) | |
tree | 39cdd4857c116713c4c2d0431b77b6fa3b0cd76b | |
parent | f733ea36d2da7748b21a7ec356bdf147541b3b2b (diff) | |
parent | 38c3c4d6a8571a4d48a46925f4feb717d7e9f164 (diff) |
Merge pull request #219 from peterjmit/patch-1
Update 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 6baae0ce..a502a95c 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -365,7 +365,7 @@ my-atom ;=> Atom<#...> (Returns the Atom object) ### Further Reading -This is far from exhaustive, but hopefully it's enought o get you on your feet. +This is far from exhaustive, but hopefully it's enough to get you on your feet. Clojure.org has lots of articles: [http://clojure.org/](http://clojure.org/) |