From 5fed8b8803c2552505b6f55dd2a27e5ed13f4285 Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Sun, 6 Jul 2014 17:29:21 -0400 Subject: [PATCH] made a sentence clearer --- 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..5b2d029 100644 --- a/lt-cljs-tutorial.cljs +++ b/lt-cljs-tutorial.cljs @@ -175,7 +175,7 @@ lt-cljs-tutorial/x ;; Constructing a type ;; ---------------------------------------------------------------------------- -;; Of course some JavaScript data types you will want to create with a +;; Of course you will want to create some JavaScript data types with a ;; constructor. ;; (js/Date.) is equivalent to new Date().