From 7f23c93ca45710d4ff05148a893e772ab3ae083f Mon Sep 17 00:00:00 2001 From: Ali Asad Lotia Date: Fri, 20 Jun 2014 11:56:48 +0100 Subject: [PATCH] Correct typo in Lists section "easly" -> "easily" --- 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 4cfcfb6..478e799 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.