Merge pull request #11 from cmpitg/patch-2

Fix typo
This commit is contained in:
Greg Hendershott 2014-07-11 08:48:28 -04:00
commit 22a1abd4fa

View File

@ -269,7 +269,7 @@ Now let's use functions that access the syntax object. The source
information functions are: information functions are:
@margin-note{@racket[(syntax-source stx)] is returning @racket['eval], @margin-note{@racket[(syntax-source stx)] is returning @racket['eval],
only becaue of how I'm generating this documentation, using an only because of how I'm generating this documentation, using an
evaluator to run code snippets in Scribble. Normally this would be evaluator to run code snippets in Scribble. Normally this would be
something like "my-file.rkt".} something like "my-file.rkt".}