Skip to content

Commit 5e17860

Browse files
committed
typo
1 parent 013c99c commit 5e17860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/util.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
(fn [^File d]
332332
(seq (. d (listFiles))))
333333
dir)]
334-
(filter (fn [f ^File]
334+
(filter (fn [^File f]
335335
(let [path (.getPath f)]
336336
(or (.endsWith path ".json")
337337
(.endsWith path ".js"))))

0 commit comments

Comments
 (0)