Skip to content

Commit c6f63a2

Browse files
committed
fix typo in macroexpand
1 parent 3e8a98d commit c6f63a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,5 +1993,5 @@
19931993
env &env]
19941994
(core/loop [form' (ana/macroexpand-1 env form)]
19951995
(core/if-not (core/identical? form form')
1996-
(recur (ana/macroexpand-1 env form))
1996+
(recur (ana/macroexpand-1 env form'))
19971997
form'))))

0 commit comments

Comments
 (0)