diff --git a/collects/scribblings/reference/mz.ss b/collects/scribblings/reference/mz.ss index 5381a13a70..d9b3976907 100644 --- a/collects/scribblings/reference/mz.ss +++ b/collects/scribblings/reference/mz.ss @@ -128,6 +128,6 @@ (define-syntax speed (syntax-rules () [(_ id what) - (t "An" (scheme id) "application can provide better performance for" + (t "An " (scheme id) " application can provide better performance for " (elem what) - "iteration when it appears directly in a" (scheme for) "clause.")]))) + " iteration when it appears directly in a " (scheme for) " clause.")])))