From 98518c33e0ab3d65c0a43455fa9c3cf93b95cfa3 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 5 Dec 2013 11:58:34 -0500 Subject: [PATCH] Fix doc typo. --- .../racket-doc/scribblings/style/some-performance.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/style/some-performance.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/style/some-performance.scrbl index b5564f81d9..d3c595c21c 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/style/some-performance.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/style/some-performance.scrbl @@ -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.