reference: added spacing in sequence boilerplate macro
Please propagate to release branch if possible. svn: r17129
This commit is contained in:
parent
0de55b5f3a
commit
d36297d176
|
@ -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.")])))
|
||||
|
|
Loading…
Reference in New Issue
Block a user