From 85fbff060c2f9a6cee422025abbbc067838d21a2 Mon Sep 17 00:00:00 2001 From: Wei Hsu Date: Thu, 7 Jan 2016 20:53:43 -0800 Subject: [PATCH] Fix comment typos --- src/reagent/interop.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reagent/interop.clj b/src/reagent/interop.clj index 726ebdf..76a9262 100644 --- a/src/reagent/interop.clj +++ b/src/reagent/interop.clj @@ -57,7 +57,7 @@ `(aset ~object ~@names ~value))) (defmacro .' [& args] - ;; Deprecated since names starting with . cause problems with bootstraped cljs. + ;; Deprecated since names starting with . cause problems with bootstrapped cljs. (let [ns (str cljs.analyzer/*cljs-ns*) line (:line (meta &form))] (binding [*out* *err*] @@ -66,7 +66,7 @@ `($ ~@args)) (defmacro .! [& args] - ;; Deprecated since names starting with . cause problems with bootstraped cljs. + ;; Deprecated since names starting with . cause problems with bootstrapped cljs. (let [ns (str cljs.analyzer/*cljs-ns*) line (:line (meta &form))] (binding [*out* *err*]