From b0800dab16acb5d8337eb9532711a23559a07248 Mon Sep 17 00:00:00 2001 From: Gustavo Massaccesi Date: Fri, 5 Jun 2015 11:21:13 -0300 Subject: [PATCH] Typo --- pkgs/racket-doc/syntax/scribblings/define.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}