We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3c494 commit 19bcf10Copy full SHA for 19bcf10
src/main/clojure/cljs/repl.cljc
@@ -1110,7 +1110,7 @@ itself (not its value) is returned. The reader macro #'x expands to (var x)."}})
1110
For each name in constructor-name-symbols, adds a mapping from name to the
1111
constructor named by closure-namespace to the current namespace. Use :import in the ns
1112
macro in preference to calling this directly."}
1113
- load-file {:arglist ([name])
+ load-file {:arglists ([name])
1114
:doc "Sequentially read and evaluate the set of forms contained in the file."}})
1115
1116
(defn- repl-special-doc [name-symbol]
0 commit comments