Skip to content

Commit 952096f

Browse files
author
dnolen
committed
fix docstring
1 parent 5ef5f10 commit 952096f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,15 +690,13 @@
690690
string, number or boolean.
691691
692692
Default value can be overridden at compile time using the
693-
compiler option `:closure-defines`. When overriding the string
694-
you need to pass to `:closure-defines` is the munged version
695-
of the original var.
693+
compiler option `:closure-defines`.
696694
697695
Example:
698696
(ns your-app.core)
699697
(define DEBUG! false)
700698
;; can be overridden with
701-
:closure-defines {\"your_app.core.DEBUG_BANG_\" true}"
699+
:closure-defines {\"your-app.core.DEBUG!\" true}"
702700
[sym default]
703701
(assert-args define
704702
(core/or (core/string? default)

0 commit comments

Comments
 (0)