1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +00:00

Fix outdated require docstring.

This commit is contained in:
Andrew Chambers 2020-04-19 23:01:48 +12:00
parent 16fe0a301c
commit 2a7008a82c

View File

@ -2234,7 +2234,7 @@
(defn require
"Require a module with the given name. Will search all of the paths in
module/paths, then the path as a raw file path. Returns the new environment
module/paths. Returns the new environment
returned from compiling and running the file."
[path & args]
(def [fullpath mod-kind] (module/find path))