Skip to content

Commit e1857b4

Browse files
LeaveNhAmfikes
authored andcommitted
CLJS-3148: Quote in goog-define docstring example
1 parent a760439 commit e1857b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
;; can be overridden with
744744
:closure-defines {\"your_app.core.DEBUG_BANG_\" true}
745745
or
746-
:closure-defines {'your-app.core/DEBUG! true}"
746+
:closure-defines {your-app.core/DEBUG! true}"
747747
[sym default]
748748
(assert-args goog-define
749749
(core/or (core/string? default)

0 commit comments

Comments
 (0)