From decead75243d778524881be5c249f06b3784eddf Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Mon, 28 Sep 2015 09:28:24 +0000 Subject: [PATCH] Fix tiny 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..5a098b8 100644 --- a/lt-cljs-tutorial.cljs +++ b/lt-cljs-tutorial.cljs @@ -452,7 +452,7 @@ a-list (rest a-list) -;; which allows you to easly verify how ClojureScript shares data +;; which allows you to easily verify how ClojureScript shares data ;; structure instead of inefficiently copying data for supporting ;; immutability.