commit 5514b2fe35668aa33242e8afe226853031254701
parent 6eb837adf5d9dec7f1d20ee106f882f6be1f3f4a
Author: Nguyễn Hà Dương <cmpitg@gmail.com>
Date: Fri, 11 Jul 2014 14:10:38 +0700
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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".}