diff --git a/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl b/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl index b3464b0f4a..477579c465 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-util.scrbl @@ -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].