Fix build-[chaperone-]contract-property document
The keyword argument `#:late-neg-projection [get-late-neg-projection #f]` takes a curried function. The documentation is missing an arrow.
This commit is contained in:
parent
b27ca8c6a9
commit
4d158a8cb8
|
@ -2764,7 +2764,7 @@ returns @racket[#f] but @racket[value-blame] returns @racket[#f].
|
|||
(λ (c) (λ (x) #t))]
|
||||
[#:late-neg-projection
|
||||
late-neg-proj
|
||||
(or/c #f (-> contract? blame? (-> any/c any/c any/c)))
|
||||
(or/c #f (-> contract? (-> blame? (-> any/c any/c any/c))))
|
||||
#f]
|
||||
[#:val-first-projection
|
||||
val-first-proj
|
||||
|
@ -2820,7 +2820,7 @@ returns @racket[#f] but @racket[value-blame] returns @racket[#f].
|
|||
(λ (c) (λ (x) #t))]
|
||||
[#:late-neg-projection
|
||||
late-neg-proj
|
||||
(or/c #f (-> contract? blame? (-> any/c any/c any/c)))
|
||||
(or/c #f (-> contract? (-> blame? (-> any/c any/c any/c))))
|
||||
#f]
|
||||
[#:val-first-projection
|
||||
val-first-proj
|
||||
|
|
Loading…
Reference in New Issue
Block a user