fix doc typo
svn: r18417
This commit is contained in:
parent
78c14e434b
commit
079c430e89
|
@ -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.
|
have the types ascribed to them; these types are converted to contracts and checked dynamically.
|
||||||
|
|
||||||
@examples[#:eval the-eval
|
@examples[#:eval the-eval
|
||||||
(with-type Number 3)
|
(with-type #:result Number 3)
|
||||||
|
|
||||||
((with-type #:result (Number -> Number)
|
((with-type #:result (Number -> Number)
|
||||||
(lambda: ([x : Number]) (add1 x)))
|
(lambda: ([x : Number]) (add1 x)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user