Skip to content

Commit e55493f

Browse files
author
dnolen
committed
goog-define docstring typo
1 parent 3e14690 commit e55493f

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
@@ -698,7 +698,7 @@
698698
(ns your-app.core)
699699
(goog-define DEBUG! false)
700700
;; can be overridden with
701-
:closure-defines {\"your-app.core.DEBUG_BANG_\" true}
701+
:closure-defines {\"your_app.core.DEBUG_BANG_\" true}
702702
or
703703
:closure-defines {'your-app.core/DEBUG! true}"
704704
[sym default]

0 commit comments

Comments
 (0)