reference: added spacing in sequence boilerplate macro

Please propagate to release branch if possible.

svn: r17129
This commit is contained in:
Ryan Culpepper 2009-12-01 07:57:33 +00:00
parent 0de55b5f3a
commit d36297d176

View File

@ -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.")])))