From e7eaeaea3360c40d1f7a57137b9cd511a0de56b7 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 23 Jul 2012 12:25:07 -0400 Subject: [PATCH] Fix spacing issue. original commit: cfc8fe576676de1d2834bd20fbded3e5219519ed --- 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 4a2a3cad..63092e8e 100644 --- a/collects/typed-racket/optimizer/float.rkt +++ b/collects/typed-racket/optimizer/float.rkt @@ -83,7 +83,7 @@ "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).")) + " To fix, change the highlighted expression(s) to have Float type(s).")) stx irritants)) (define float-opt-msg "Float arithmetic specialization.")