doc: typo, expr -> stx-expr

This commit is contained in:
Ben Greenman 2020-03-17 12:12:00 -04:00
parent c7a9690143
commit b69c1208b7

View File

@ -90,7 +90,7 @@ are automatically converted to symbols.
#:contracts ([stx-expr syntax?])]{
Definition form of @racket[with-syntax]. That is, it matches the
syntax object result of @racket[expr] against @racket[pattern] and
syntax object result of @racket[stx-expr] against @racket[pattern] and
creates pattern variable definitions for the pattern variables of
@racket[pattern].