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}