diff options
| author | wikibook <dylee@wikibook.kr> | 2013-08-20 10:46:10 +0900 |
|---|---|---|
| committer | wikibook <dylee@wikibook.kr> | 2013-08-20 10:46:10 +0900 |
| commit | 276d73bdd3b1e43c471a86191dcda87c7e3c5241 (patch) | |
| tree | e13b9640f2a54cb4378eef1c6ef70c08ae8b2175 /clojure.html.markdown | |
| parent | 4e7f0ce330914cded8be937b8e5f1700350623d2 (diff) | |
| parent | f33dea8b83bf64ecde36337a5e02cae77f5210de (diff) | |
fix typo in Java tutorial
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/) |
