diff --git a/index.rkt b/index.rkt index c5c4608..591c3c8 100644 --- a/index.rkt +++ b/index.rkt @@ -234,8 +234,8 @@ which is used to evaluate and run our program. @subsection{What's the input?} Our examples so far have ignored the input syntax and output some -fixed syntax. But typically we will want to transform in the input -syntax into somehing else. +fixed syntax. But typically we will want to transform the input syntax +into something else. Let's start by looking closely at what the input actually @italic{is}: @@ -1558,7 +1558,7 @@ this point, I sat down to re-read the documentation for confused. @codeblock{ - + Whoa. }