Merge pull request #722 from flynn162/patch-1

Typo in the documentation
This commit is contained in:
Alex Shinn 2021-03-04 19:31:09 +09:00 committed by GitHub
commit 969f24db96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ module \scheme{(foo bar baz)} is searched for in the file
installed directories, \scheme{"."} and \scheme{"./lib"}. Additional installed directories, \scheme{"."} and \scheme{"./lib"}. Additional
directories can be specified with the command-line options \ccode{-I} directories can be specified with the command-line options \ccode{-I}
and \ccode{-A} (see the command-line options below) or with the and \ccode{-A} (see the command-line options below) or with the
\scheme{add-modue-directory} procedure at runtime. You can search for \scheme{add-module-directory} procedure at runtime. You can search for
a module file with \scheme{(find-module-file <file>)}, or load it with a module file with \scheme{(find-module-file <file>)}, or load it with
\scheme{(load-module-file <file> <env>)}. \scheme{(load-module-file <file> <env>)}.