Jeremy Siek 9 years ago
parent
commit
4a85517d19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -605,7 +605,7 @@ programs. The following program simply adds two integers.
 \begin{lstlisting}
 \begin{lstlisting}
    (+ 10 32)
    (+ 10 32)
 \end{lstlisting}
 \end{lstlisting}
-The result is \key{42}, as you might expected. 
+The result is \key{42}, as you might have expected. 
 %
 %
 The next example demonstrates that expressions may be nested within
 The next example demonstrates that expressions may be nested within
 each other, in this case nesting several additions and negations.
 each other, in this case nesting several additions and negations.