fix doc typo

closes PR 13216
This commit is contained in:
Ryan Culpepper 2012-10-30 12:43:41 -04:00
parent 203a7a660c
commit 832d90bf93

View File

@ -79,7 +79,7 @@ creates pattern variable definitions for the pattern variables of
(define/with-syntax (px ...) #'(a b c))
(define/with-syntax (tmp ...) (generate-temporaries #'(px ...)))
#'([tmp px] ...)
(define-pattern-variable name #'Alice)
(define/with-syntax name #'Alice)
#'(hello name)
]
}