From 2068a5dcc3b71ab958e127787e6f4705fce79a84 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Tue, 17 Mar 2009 15:36:36 +0000 Subject: [PATCH] Corrected a typo in the contracts reference ('exmaple' -> 'example'). svn: r14151 --- collects/scribblings/reference/contracts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index f8df8bd61d..b35a8f56cb 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -367,7 +367,7 @@ The @scheme[case->] contract is a specialized contract, designed to match @scheme[case-lambda] and @scheme[unconstrained-domain->] allows range checking without requiring that the domain have any particular shape -(see below for an exmaple use). +(see below for an example use). @defform*/subs[#:literals (any values) [(-> dom ... range)]