Add missing word.

original commit: e3274a3cf789ea76ba0e5f998c9e34adc42f3cb5
This commit is contained in:
Vincent St-Amour 2011-06-14 16:18:19 -04:00
parent 170c91f43e
commit 51275863c0

View File

@ -12,7 +12,7 @@ Typed Racket provides a type-driven optimizer that rewrites well-typed
programs to potentially make them faster. It should in no way make
your programs slower or unsafe.
@margin-note{For general information Racket performance and
@margin-note{For general information on Racket performance and
benchmarking, see @secref[#:doc '(lib
"scribblings/guide/guide.scrbl")]{performance}.}