From e67f43593848ad39b51532bc199d9a228385fa39 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 21 Jul 2012 11:33:53 -0500 Subject: [PATCH] adjust the interface reference in drracket for the new view menu original commit: df4508573a32e3400bf209901fecd547ad078f1e --- collects/typed-racket/scribblings/guide/optimization.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-racket/scribblings/guide/optimization.scrbl b/collects/typed-racket/scribblings/guide/optimization.scrbl index d34ca0ac..8a4f6a83 100644 --- a/collects/typed-racket/scribblings/guide/optimization.scrbl +++ b/collects/typed-racket/scribblings/guide/optimization.scrbl @@ -159,7 +159,7 @@ preferable to vectors. Typed Racket can optimize struct access in all cases. -@subsection{Optimization Coaching} +@subsection[#:tag "optimization-coach"]{Optimization Coaching} Typed Racket provides optimization coaching support to help you get the most of its optimizer.