From e9ff050164458d471b28f793688906e3b899a957 Mon Sep 17 00:00:00 2001 From: Stephan Behnke Date: Sun, 3 Aug 2014 11:52:24 +0200 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 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.