Fix doc typo.

This commit is contained in:
Vincent St-Amour 2013-12-05 11:58:34 -05:00
parent f2de6dfee9
commit 98518c33e0

View File

@ -25,7 +25,7 @@ Conversely, you should use @rkt[] (or even @rkt/gui[]) when you just want a
@; -----------------------------------------------------------------------------
@section{Macros: Space and Performance}
Macro copy code. Also, Racket is really a tower of macro-implemented
Macros copy code. Also, Racket is really a tower of macro-implemented
languages. Hence, a single line of source code may expand into a rather
large core expression. As you and others keep adding macros, even the
smallest functions generate huge expressions and consume a lot of space.