From 2e9ac659bd946734d76d87cdb89926a6130edb1c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 15 Oct 2008 13:00:01 +0000 Subject: [PATCH] svn: r12044 --- collects/scribblings/reference/contracts.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?]{