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().