fix doc typo

svn: r18417

original commit: 079c430e89846fda4e6925abda664300d1142572
This commit is contained in:
Sam Tobin-Hochstadt 2010-03-01 22:32:48 +00:00
parent b0a1fde7aa
commit 008ecc173f

View File

@ -354,7 +354,7 @@ The @scheme[id]s are assumed to
have the types ascribed to them; these types are converted to contracts and checked dynamically.
@examples[#:eval the-eval
(with-type Number 3)
(with-type #:result Number 3)
((with-type #:result (Number -> Number)
(lambda: ([x : Number]) (add1 x)))