Fix cond doc typo.

Closes PR 11517.
This commit is contained in:
Vincent St-Amour 2010-12-08 17:54:46 -05:00
parent dc2df4882b
commit 0365755b3d

View File

@ -1774,7 +1774,7 @@ evaluated in order, and the results from all but the last
form.}
@specsubform[#:literals (=>) [test-expr => proc-expr]]{The @racket[proc-expr] is
evaluated, and it must produce a procedure that accepts on argument,
evaluated, and it must produce a procedure that accepts one argument,
otherwise the @exnraise[exn:fail:contract]. The procedure is applied
to the result of @racket[test-expr] in tail position with respect to
the @racket[cond] expression.}