Fix spacing issue.

This commit is contained in:
Vincent St-Amour 2012-07-23 12:25:07 -04:00
parent 289ae98c8e
commit cfc8fe5766

View File

@ -83,7 +83,7 @@
"This expression has a Real type. The optimizer could optimize it if it had type Float." "This expression has a Real type. The optimizer could optimize it if it had type Float."
(if (null? irritants) (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)) stx irritants))
(define float-opt-msg "Float arithmetic specialization.") (define float-opt-msg "Float arithmetic specialization.")