diff --git a/pkgs/racket-doc/syntax/scribblings/define.scrbl b/pkgs/racket-doc/syntax/scribblings/define.scrbl index e57c06e433..bff6b2aaa4 100644 --- a/pkgs/racket-doc/syntax/scribblings/define.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/define.scrbl @@ -27,7 +27,7 @@ If the definition is ill-formed, a syntax error is raised. If an expression context. The default value of @racket[check-context?] is @racket[#t]. -If @racket[opt-kws?] is @racket[#t], then arguments of the form +If @racket[opt+kws?] is @racket[#t], then arguments of the form @racket[[id expr]], @racket[keyword id], and @racket[keyword [id expr]] are allowed, and they are preserved in the expansion.} @@ -49,4 +49,4 @@ expr]] are allowed, and they are preserved in the expansion.} is true for uses of @racket[normalize-definition]. @history[#:added "6.1.1.8"] -} \ No newline at end of file +}