phases->phase grammar typo (#2516)

This commit is contained in:
John Clements 2019-03-07 08:28:56 -08:00 committed by GitHub
parent 8aead39bef
commit 2cfc7ac8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ the other. Similarly, Racket effectively allows multiple invocations of
a module to exist in the same process but separated by phase. Racket
enforces @emph{separation} of such phases, where different phases cannot
communicate in any way other than via the protocol of macro expansion,
where the output of one phases is the code used in the next.
where the output of one phase is the code used in the next.
@section{Phases and Bindings}