From 8f368d8df64e0f1a426b64af0df29bfd1c322d98 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 19 Apr 2011 07:13:31 -0600 Subject: [PATCH] fix typo Closes PR 11864 Merge to 5.1.1 (cherry picked from commit 6664e20815c48e410ff7b98ad02f7559e28487ab) --- collects/scribblings/reference/stx-patterns.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/stx-patterns.scrbl b/collects/scribblings/reference/stx-patterns.scrbl index 62b29fdb90..7119199086 100644 --- a/collects/scribblings/reference/stx-patterns.scrbl +++ b/collects/scribblings/reference/stx-patterns.scrbl @@ -271,8 +271,8 @@ the individual @scheme[stx-expr]. const] [ellipsis #,lit-ellipsis])]{ -Constructs a syntax object based on a @scheme[template],which can -inlude @tech{pattern variables} bound by @scheme[syntax-case] or +Constructs a syntax object based on a @scheme[template], which can +include @tech{pattern variables} bound by @scheme[syntax-case] or @scheme[with-syntax]. Template forms produce a syntax object as follows: