doc: typo, expr -> stx-expr
This commit is contained in:
parent
c7a9690143
commit
b69c1208b7
|
@ -90,7 +90,7 @@ are automatically converted to symbols.
|
||||||
#:contracts ([stx-expr syntax?])]{
|
#:contracts ([stx-expr syntax?])]{
|
||||||
|
|
||||||
Definition form of @racket[with-syntax]. That is, it matches the
|
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
|
creates pattern variable definitions for the pattern variables of
|
||||||
@racket[pattern].
|
@racket[pattern].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user