fixed 2 typos in syntax

svn: r16294
This commit is contained in:
Matthias Felleisen 2009-10-10 18:10:43 +00:00
parent 83a313513f
commit 1d78134f11

View File

@ -1355,8 +1355,8 @@ expression. (In other words, variable reference is lexically scoped.)
When multiple identifiers appear in a @scheme[kw-formals], they must
be distinct according to @scheme[bound-identifier=?].
If the procedure procedure by @scheme[lambda] is applied to fewer or
more by-position or arguments than it accepts, to by-keyword arguments
If the procedure produced by @scheme[lambda] is applied to fewer or
more by-position or by-keyword arguments than it accepts, to by-keyword arguments
that it does not accept, or without required by-keyword arguments, then
the @exnraise[exn:fail:contract].