Fix cond doc typo.
Closes PR 11517.
This commit is contained in:
parent
dc2df4882b
commit
0365755b3d
|
@ -1774,7 +1774,7 @@ evaluated in order, and the results from all but the last
|
||||||
form.}
|
form.}
|
||||||
|
|
||||||
@specsubform[#:literals (=>) [test-expr => proc-expr]]{The @racket[proc-expr] is
|
@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
|
otherwise the @exnraise[exn:fail:contract]. The procedure is applied
|
||||||
to the result of @racket[test-expr] in tail position with respect to
|
to the result of @racket[test-expr] in tail position with respect to
|
||||||
the @racket[cond] expression.}
|
the @racket[cond] expression.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user