Skip to content

Commit 503ea15

Browse files
committed
formatting: add spaces at the end of 2 Racket-specific sentences
Spaces are missing at these location in the print/PDF version.
1 parent 713aabd commit 503ea15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ \chapter{Preliminaries}
560560
chapter~\ref{ch:parsing}}.
561561
\racket{This book does not cover the theory and implementation of parsing.
562562
We refer the readers interested in parsing to the thorough treatment
563-
of parsing by \citet{Aho:2006wb}.}%
563+
of parsing by \citet{Aho:2006wb}. }%
564564
%
565565
\racket{A parser is provided in the support code for translating from
566566
concrete to abstract syntax.}%
@@ -995,7 +995,7 @@ \section{Grammars}
995995

996996
The concrete syntax for \LangInt{} is shown in
997997
figure~\ref{fig:r0-concrete-syntax} and the abstract syntax for
998-
\LangInt{} is shown in figure~\ref{fig:r0-syntax}.%
998+
\LangInt{} is shown in figure~\ref{fig:r0-syntax}. %
999999
%
10001000
\racket{The \code{read-program} function provided in
10011001
\code{utilities.rkt} of the support code reads a program from a file

0 commit comments

Comments
 (0)