From dc7649ba3ede6a64f22d437c98b188051d36de8d Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Sun, 27 Sep 2015 22:06:23 +0000 Subject: [PATCH] Fix typo. --- lt-cljs-tutorial.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lt-cljs-tutorial.cljs b/lt-cljs-tutorial.cljs index e4b5bca..312c106 100644 --- a/lt-cljs-tutorial.cljs +++ b/lt-cljs-tutorial.cljs @@ -378,7 +378,7 @@ a-map (identity ::foo) ;; What good is this for? It allows you to put data into collections without -;; fear of namespace clashes without the tedium of manual namespacing them +;; fear of namespace clashes without the tedium of manually namespacing them ;; in your source. (identity {:user/foo ::foo})