From 51275863c0db97c0645060cbb0b6e1cdfc6acb0a Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 14 Jun 2011 16:18:19 -0400 Subject: [PATCH] Add missing word. original commit: e3274a3cf789ea76ba0e5f998c9e34adc42f3cb5 --- collects/typed-scheme/scribblings/guide/optimization.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/scribblings/guide/optimization.scrbl b/collects/typed-scheme/scribblings/guide/optimization.scrbl index 455d6922..9b8d4a65 100644 --- a/collects/typed-scheme/scribblings/guide/optimization.scrbl +++ b/collects/typed-scheme/scribblings/guide/optimization.scrbl @@ -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}.}