Przeglądaj źródła

Merge pull request #189 from legendre6891/patch-1

Remove typo/additional space
Jeremy G. Siek 1 tydzień temu
rodzic
commit
c253683d3d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -2016,7 +2016,7 @@ study. Because each language builds on the prior one, there is a lot
 of commonality between these interpreters. We want to write down the
 common parts just once instead of many times. A naive interpreter for
 \LangVar{} would handle the \racket{cases for variables and
-  \code{let}} \python{case for variables} but dispatch to an
+  \code{let}}\python{case for variables} but dispatch to an
 interpreter for \LangInt{} in the rest of the cases. The following
 code sketches this idea. (We explain the \code{env} parameter in
 section~\ref{sec:interp-Lvar}.)