Fix doc typoes.
Found by Josep Portella Florit.
This commit is contained in:
parent
6ad9a6cdf8
commit
ee43151154
|
@ -185,7 +185,7 @@ The inferred package name is the directory name.
|
||||||
When the package source is a @litchar{file://} URL with a
|
When the package source is a @litchar{file://} URL with a
|
||||||
@litchar{type} query value of @litchar{link} or @litchar{static-link},
|
@litchar{type} query value of @litchar{link} or @litchar{static-link},
|
||||||
then the package is installed as directory link, the same as if
|
then the package is installed as directory link, the same as if
|
||||||
@DFlag{--link} or @DFlag{--static-link} is supplied to
|
@DFlag{link} or @DFlag{static-link} is supplied to
|
||||||
@command-ref{install} or @command-ref{update}.
|
@command-ref{install} or @command-ref{update}.
|
||||||
|
|
||||||
@history[#:changed "6.1.1.5"
|
@history[#:changed "6.1.1.5"
|
||||||
|
|
|
@ -819,7 +819,7 @@ with @racket[module*] conceptually follows its enclosing module, so
|
||||||
can @racket[require] from its enclosing module, but the enclosing
|
can @racket[require] from its enclosing module, but the enclosing
|
||||||
module cannot @racket[require] the submodule. Unless a submodule
|
module cannot @racket[require] the submodule. Unless a submodule
|
||||||
imports from its enclosing module or vice-versa, then @tech{visits} or
|
imports from its enclosing module or vice-versa, then @tech{visits} or
|
||||||
@tech{instantiations} of the two modules are independent, and thier
|
@tech{instantiations} of the two modules are independent, and their
|
||||||
implementations may even be loaded from bytecode at different times.
|
implementations may even be loaded from bytecode at different times.
|
||||||
|
|
||||||
A submodule declared with @racket[module] can import any preceding
|
A submodule declared with @racket[module] can import any preceding
|
||||||
|
|
Loading…
Reference in New Issue
Block a user