Skip to content

Commit 19bcf10

Browse files
Chris Pickardswannodette
authored andcommitted
CLJS-1431: load-file doc output missing arglists
1 parent 5f3c494 commit 19bcf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/repl.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ itself (not its value) is returned. The reader macro #'x expands to (var x)."}})
11101110
For each name in constructor-name-symbols, adds a mapping from name to the
11111111
constructor named by closure-namespace to the current namespace. Use :import in the ns
11121112
macro in preference to calling this directly."}
1113-
load-file {:arglist ([name])
1113+
load-file {:arglists ([name])
11141114
:doc "Sequentially read and evaluate the set of forms contained in the file."}})
11151115

11161116
(defn- repl-special-doc [name-symbol]

0 commit comments

Comments
 (0)