From ee43151154799e48ac00daac9aa27c2aaad1ffe9 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 11 Apr 2016 14:14:01 -0500 Subject: [PATCH] Fix doc typoes. Found by Josep Portella Florit. --- pkgs/racket-doc/pkg/scribblings/pkg.scrbl | 2 +- pkgs/racket-doc/scribblings/reference/eval-model.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl index 058ac1b72b..fc0b6d328d 100644 --- a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl @@ -185,7 +185,7 @@ The inferred package name is the directory name. When the package source is a @litchar{file://} URL with a @litchar{type} query value of @litchar{link} or @litchar{static-link}, 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}. @history[#:changed "6.1.1.5" diff --git a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl index 61578604b2..6d93ff1683 100644 --- a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl @@ -819,7 +819,7 @@ with @racket[module*] conceptually follows its enclosing module, so can @racket[require] from its enclosing module, but the enclosing module cannot @racket[require] the submodule. Unless a submodule 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. A submodule declared with @racket[module] can import any preceding