fix typo (extra "the")

This commit is contained in:
Ricardo Herdt 2020-03-31 21:42:18 +02:00 committed by Gustavo Massaccesi
parent 1933ba1584
commit b822c25751

View File

@ -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