瀏覽代碼

Merge pull request #189 from legendre6891/patch-1

Remove typo/additional space
Jeremy G. Siek 1 周之前
父節點
當前提交
c253683d3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 of commonality between these interpreters. We want to write down the
 common parts just once instead of many times. A naive interpreter for
 common parts just once instead of many times. A naive interpreter for
 \LangVar{} would handle the \racket{cases for variables and
 \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
 interpreter for \LangInt{} in the rest of the cases. The following
 code sketches this idea. (We explain the \code{env} parameter in
 code sketches this idea. (We explain the \code{env} parameter in
 section~\ref{sec:interp-Lvar}.)
 section~\ref{sec:interp-Lvar}.)