Skip to content

Commit f3e0bb5

Browse files
committed
CLJS-3364: Typo in docstring of test-vars
1 parent fbfa114 commit f3e0bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
(group-by (comp :ns meta) vars)))
588588

589589
(defn test-vars
590-
"Groups vars by their namespace and runs test-vars on them with
590+
"Groups vars by their namespace and runs test-var on them with
591591
appropriate fixtures assuming they are present in the current
592592
testing environment."
593593
[vars]

0 commit comments

Comments
 (0)