1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-13 05:47:14 +00:00

Update changelog an fix typos.

This commit is contained in:
Calvin Rose
2019-01-31 10:09:34 -05:00
parent f4fa55027b
commit cb3b9dd76f
2 changed files with 9 additions and 1 deletions

View File

@@ -1518,7 +1518,7 @@ value, one key will be ignored."
(error (res :error))))
(def module/paths
"The list of paths to look for modules. The followig
"The list of paths to look for modules. The following
substitutions are preformed on each path. :sys: becomes
module/*syspath*, :name: becomes the last part of the module
name after the last /, and :all: is the module name literally.