mirror of
https://github.com/janet-lang/janet
synced 2025-10-16 08:17:41 +00:00
Fix outdated require docstring.
This commit is contained in:
@@ -2234,7 +2234,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))
|
||||||
|
Reference in New Issue
Block a user