From 5514b2fe35668aa33242e8afe226853031254701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=C3=A0=20D=C6=B0=C6=A1ng?= Date: Fri, 11 Jul 2014 14:10:38 +0700 Subject: [PATCH] Fix typo --- index.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rkt b/index.rkt index 762d353..b054639 100644 --- a/index.rkt +++ b/index.rkt @@ -269,7 +269,7 @@ Now let's use functions that access the syntax object. The source information functions are: @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 something like "my-file.rkt".}