Jeremy Siek 9 년 전
부모
커밋
850bcd1eb4
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      book.tex

+ 2 - 3
book.tex

@@ -692,9 +692,8 @@ necessary for integers.) In Figure~\ref{fig:pe-arith}, the normal
 structural recursion is captured in the main \texttt{pe-arith}
 function whereas the code for partially evaluating negation and
 addition is factored out the into two separate helper functions:
-\texttt{pe-neg} and \texttt{pe-add}. Note that the inputs two these
-helper functions is the output of partially evaluating the children
-nodes.
+\texttt{pe-neg} and \texttt{pe-add}. The input to these helper
+functions is the output of partially evaluating the children nodes.
 
 \begin{figure}[tbp]
 \begin{lstlisting}