From 8dcab4cef02f8fb68a8afe22507860a963e41229 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 17 Jul 2012 17:18:19 -0400 Subject: [PATCH] Change Optimization Coach message. original commit: 2e594d36068ab198662bbece0f79981779f23a0d --- collects/typed-racket/optimizer/float.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-racket/optimizer/float.rkt b/collects/typed-racket/optimizer/float.rkt index e1e1b8ec..4a2a3cad 100644 --- a/collects/typed-racket/optimizer/float.rkt +++ b/collects/typed-racket/optimizer/float.rkt @@ -80,7 +80,7 @@ (log-missed-optimization "all args float-arg-expr, result not Float" (string-append - "This expression has a Real type. The optimizer could improve its performance if it had type Float." + "This expression has a Real type. The optimizer could optimize it if it had type Float." (if (null? irritants) "" "To fix, change the highlighted expression(s) to have Float type(s)."))