Fix comment typos

This commit is contained in:
Wei Hsu 2016-01-07 20:53:43 -08:00
parent 9351b16a15
commit 85fbff060c

View File

@ -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*]