From 95d784db84022ebafb3f69e28424086bfe8f5836 Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Wed, 18 Apr 2012 17:41:31 -0400 Subject: [PATCH] Fix a ->d contract example in the reference. --- 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 5e175b169c..b923fdd5bb 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -796,7 +796,7 @@ For example, the contract (lambda (p) (procedure-arity-includes? p size)))]) () - number?)])) + [_ number?])])) ] says that the function @racket[f] accepts a natural number