diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index 8ef4d88a3e..be450d7817 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -989,8 +989,8 @@ raised by the contract system.} @defproc[(contract? [v any/c]) boolean?]{ Returns @scheme[#t] if its argument is a contract (ie, constructed -with one of the combinators described in this section), @scheme[#f] -otherwise.} +with one of the combinators described in this section or a value that +can be used as a contract) and @scheme[#f] otherwise.} @defproc[(flat-contract? [v any/c]) boolean?]{