guide typo

This commit is contained in:
Eli Barzilay 2010-07-12 21:22:55 -04:00
parent 14d181ddef
commit bb6a109e98

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 these problems, so start with
module system is designed to avoid these problems, so start with
@hash-lang[], and you'll be happier with Racket in the long run.
@; ----------------------------------------------------------------------