From 550f323845edab06156b7ac067f0e85ae32c806e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 25 Mar 2009 02:21:34 +0000 Subject: [PATCH] typo svn: r14259 --- collects/scribblings/guide/contracts-simple-function.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/contracts-simple-function.scrbl b/collects/scribblings/guide/contracts-simple-function.scrbl index bc1376e3de..ffe45a908e 100644 --- a/collects/scribblings/guide/contracts-simple-function.scrbl +++ b/collects/scribblings/guide/contracts-simple-function.scrbl @@ -278,7 +278,7 @@ scheme @ctc-section[#:tag "coercion"]{Contracts Coerced from Other Values} -The contract library treates a number of Scheme values as if they are +The contract library treats a number of Scheme values as if they are contracts directly. We've already seen one main use of that: predicates. Every function that accepts one argument can be treated as a predicate and thus used as a contract.