From 0365755b3d0d51128672af988645fa82d4b58c89 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 8 Dec 2010 17:54:46 -0500 Subject: [PATCH] Fix cond doc typo. Closes PR 11517. --- collects/scribblings/reference/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 8135749f92..4be652d3bf 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -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.}