fix syntax error in flat-contract-with-reason docs

This commit is contained in:
Robby Findler 2016-05-01 06:27:44 -05:00
parent 999f026f55
commit 244d9957f1

View File

@ -126,8 +126,8 @@ and how they can be used to implement contracts.
@section[#:tag "data-structure-contracts"]{Data-structure Contracts}
@declare-exporting-ctc[racket/contract/base]
@defproc[(flat-contract-with-reason [get-reason (-> any/c (or/c boolean? (-> blame? any)))]
flat-contract?)]{
@defproc[(flat-contract-with-reason [get-reason (-> any/c (or/c boolean? (-> blame? any)))])
flat-contract?]{
Provides a way to use flat contracts that, when a contract fails,
provide more information about the failure.