From 2cfc7ac8ae00201c8ec9c3dc71ed0ada2db6b090 Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 7 Mar 2019 08:28:56 -0800 Subject: [PATCH] phases->phase grammar typo (#2516) --- pkgs/racket-doc/scribblings/guide/phases.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/phases.scrbl b/pkgs/racket-doc/scribblings/guide/phases.scrbl index 634d678963..9125c01570 100644 --- a/pkgs/racket-doc/scribblings/guide/phases.scrbl +++ b/pkgs/racket-doc/scribblings/guide/phases.scrbl @@ -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}