From d36297d176c879675af9d5c1e21d0e6bfecce909 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Tue, 1 Dec 2009 07:57:33 +0000 Subject: [PATCH] reference: added spacing in sequence boilerplate macro Please propagate to release branch if possible. svn: r17129 --- collects/scribblings/reference/mz.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")])))