diff options
author | Adam Brenecki <adam@brenecki.id.au> | 2013-08-15 20:03:04 +0930 |
---|---|---|
committer | Adam Brenecki <adam@brenecki.id.au> | 2013-08-15 20:03:04 +0930 |
commit | 6ff1d84385206ff1e3901e863c296f8ce329cc31 (patch) | |
tree | 7706d37a72edb7b53c5b2b19356b1de1d6c0c692 /clojure.html.markdown | |
parent | 5f2928df6b19337426bed0a60650be79bda437a1 (diff) | |
parent | bc614fda28179f0b7eb98a9283cfc6721765b6cf (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/) |