From 2a7008a82c2aaebf04c903c89658992fd67ff15b Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Sun, 19 Apr 2020 23:01:48 +1200 Subject: [PATCH] Fix outdated require docstring. --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 84d55c5a..dc1fa884 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -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))