www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 22a1abd4fa744e02c4c309be9ebef2097b9c20fe
parent 6eb837adf5d9dec7f1d20ee106f882f6be1f3f4a
Author: Greg Hendershott <greghendershott@gmail.com>
Date:   Fri, 11 Jul 2014 08:48:28 -0400

Merge pull request #11 from cmpitg/patch-2

Fix typo
Diffstat:
Mindex.rkt | 2+-
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".}