Skip to content

Commit 842cc36

Browse files
mfikesdnolen
authored and
dnolen
committed
CLJS-1465: doc for *main-cli-fn* refers to *main-fn*
Revise doc to refer to *main-cli-fn*, and also reflow a little.
1 parent 4df0dbd commit 842cc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/core.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@
242242
(identical? (.-prototype (.-constructor x)) x))
243243

244244
(def
245-
^{:doc "When compiled for a command-line target, whatever
246-
function *main-fn* is set to will be called with the command-line
245+
^{:doc "When compiled for a command-line target, whatever function
246+
*main-cli-fn* is set to will be called with the command-line
247247
argv as arguments"}
248248
*main-cli-fn* nil)
249249

0 commit comments

Comments
 (0)