From c0b3b4b465684f41d25a103af674b8d1e58fbe1e Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 15 Aug 2013 13:57:38 -0400 Subject: [PATCH] Fix typos mentioned in issue #1. --- index.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. }