Fix typo in TRG 16.2.5

This commit is contained in:
Joseph Irwin 2015-03-13 16:53:33 +09:00 committed by Vincent St-Amour
parent eca0c18730
commit 95a8dfb5a7

View File

@ -386,7 +386,7 @@ The problem is that @racket[check-ids] is defined as a run-time
expression, but @racket[swap] is trying to use it at compile time. In expression, but @racket[swap] is trying to use it at compile time. In
interactive mode, compile time and run time are interleaved, but they interactive mode, compile time and run time are interleaved, but they
are not interleaved within the body of a module, and they are not are not interleaved within the body of a module, and they are not
interleaved or across modules that are compiled ahead-of-time. To help interleaved across modules that are compiled ahead-of-time. To help
make all of these modes treat code consistently, Racket separates the make all of these modes treat code consistently, Racket separates the
binding spaces for different phases. binding spaces for different phases.