Skip to content

Commit c07b575

Browse files
committed
typo
1 parent b92c9aa commit c07b575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/analyzer.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
(get-in namespaces [full-ns :macros (symbol (name sym))]))
495495

496496
(get-in namespaces [ns :use-macros sym])
497-
(let [full-ns (get-in namespaces [ns :uses-macros sym])]
497+
(let [full-ns (get-in namespaces [ns :use-macros sym])]
498498
(get-in namespaces [full-ns :macros sym]))
499499

500500
:else

0 commit comments

Comments
 (0)