diff options
author | Peter Mitchell <peterjmit@gmail.com> | 2013-08-14 10:58:19 -0400 |
---|---|---|
committer | Peter Mitchell <peterjmit@gmail.com> | 2013-08-14 10:58:19 -0400 |
commit | 38c3c4d6a8571a4d48a46925f4feb717d7e9f164 (patch) | |
tree | 39cdd4857c116713c4c2d0431b77b6fa3b0cd76b | |
parent | f733ea36d2da7748b21a7ec356bdf147541b3b2b (diff) |
Update clojure.html.markdown
Small typo fix
-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/) |