From b822c25751696d9ef36384c37a56fbbc89efadb7 Mon Sep 17 00:00:00 2001 From: Ricardo Herdt Date: Tue, 31 Mar 2020 21:42:18 +0200 Subject: [PATCH] fix typo (extra "the") --- pkgs/racket-doc/scribblings/guide/proc-macros.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/proc-macros.scrbl b/pkgs/racket-doc/scribblings/guide/proc-macros.scrbl index 3115fd42ab..ad2bdeb78f 100644 --- a/pkgs/racket-doc/scribblings/guide/proc-macros.scrbl +++ b/pkgs/racket-doc/scribblings/guide/proc-macros.scrbl @@ -452,7 +452,7 @@ racket Since modules are separately compiled and cannot have circular dependencies, the @filepath["utils.rkt"] module's run-time body can be -compiled before the compiling the module that implements +compiled before compiling the module that implements @racket[swap]. Thus, the run-time definitions in @filepath["utils.rkt"] can be used to implement @racket[swap], as long as they are explicitly shifted into compile time by @racket[(require