This commit is contained in:
Robby Findler 2010-06-30 11:26:50 -05:00
parent f763404347
commit be38b69820

View File

@ -224,7 +224,7 @@ programs. The problems are not specific to @exec{racket}; they're
fundamental limitations of the traditional top-level environment,
which Scheme and Lisp implementations have historically fought with ad
hoc command-line flags, compiler directives, and build tools. The
module system is to designed to avoid the problems, so start with
module system is to designed to avoid these problems, so start with
@hash-lang[], and you'll be happier with Racket in the long run.
@; ----------------------------------------------------------------------