From 44a55391f9bb3286f9f0077f428c498db46e7a79 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Thu, 16 Apr 2015 16:13:34 -0400 Subject: [PATCH] fix typo --- afl/docs/afl.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afl/docs/afl.scrbl b/afl/docs/afl.scrbl index 8aada0c..30d92ba 100644 --- a/afl/docs/afl.scrbl +++ b/afl/docs/afl.scrbl @@ -27,8 +27,8 @@ adds anonymous function literals to @racketmodname[racket/base], so that (map @#,afl[(+ % 1)] '(1 2 3))] produces @racket['(2 3 4)] -For @racketmodname[afl] language to work properly for a module, the module has -to depend on @racketmodname[racket/base] in some way, although that does not +For the @racketmodname[afl] language to work properly for a module, the module +has to depend on @racketmodname[racket/base] in some way, although that does not mean it has to explicitly require it or that the language it uses has to provide anything from it. It does mean that for instance @racket[@#,hash-lang[] @#,racketmodname[afl] @#,racketmodname[racket/kernel]]