From df5b2a1cd5180881424e23b327a69ee6f6305fc7 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 15 Oct 2019 14:21:45 -0400 Subject: [PATCH] Small typos --- pkgs/racket-build-guide/build.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-build-guide/build.scrbl b/pkgs/racket-build-guide/build.scrbl index ed91be9ffe..f3a5de0289 100644 --- a/pkgs/racket-build-guide/build.scrbl +++ b/pkgs/racket-build-guide/build.scrbl @@ -162,7 +162,7 @@ install them. To install a subset of the packages in @filepath{pkgs}, supply @exec{PKGS} value to @exec{make}. For example, -@commandline{make PKGS="gui-lib readline-lib} +@commandline{make PKGS="gui-lib readline-lib"} links only the @filepath{gui-lib} and @filepath{readline-lib} packages and their dependencies. The default value of @exec{PKGS} is @@ -240,7 +240,7 @@ downloading a new copy: @commandline{make cs RACKET=racket SCHEME_SRC=path/to/ChezScheme} Use @exec{make both} to build both traditional Racket and Racket on -Chez Scheme, where packages are updated documentation is built only +Chez Scheme, where packages are updated and documentation is built only once (using traditional Racket).