Skip to content

Commit bc1e1ab

Browse files
author
dnolen
committed
fix JSDoc typo
1 parent ed4ba59 commit bc1e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
(def ITER_SYMBOL (.-iterator js/Symbol))
272272
(def ITER_SYMBOL "@@iterator"))
273273

274-
(def ^{:jsdoc ["@enum {string"]}
274+
(def ^{:jsdoc ["@enum {string}"]}
275275
CHAR_MAP
276276
#js {"-" "_"
277277
":" "_COLON_"

0 commit comments

Comments
 (0)