This commit is contained in:
Gustavo Massaccesi 2015-06-05 11:21:13 -03:00 committed by Matthew Flatt
parent b92eac82ab
commit b0800dab16

View File

@ -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"]
}
}