1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-24 19:24:48 +00:00

Merge pull request #353 from andrewchambers/require

Fix outdated require docstring.
This commit is contained in:
Calvin Rose
2020-04-19 10:44:37 -04:00
committed by GitHub

View File

@@ -2235,7 +2235,7 @@
(defn require (defn require
"Require a module with the given name. Will search all of the paths in "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." returned from compiling and running the file."
[path & args] [path & args]
(def [fullpath mod-kind] (module/find path)) (def [fullpath mod-kind] (module/find path))