diff options
author | Adam <adam@adambard.com> | 2013-08-14 08:32:37 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-14 08:32:37 -0700 |
commit | fde1bab1f0d598a9f76e43cc714dcc13be3a0ba7 (patch) | |
tree | 004d7eec9e37b8bb8e0f7d5bcc94a7f51df5a3fe /clojure.html.markdown | |
parent | 4d705abd99dbe13fbdb50b5d5e74d6fe8c18f559 (diff) | |
parent | 212e99b226f34182dda52ee1318b90b7189db97f (diff) |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
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 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/) |