From 5f01ad8412a850069ec20698878ad634ca1bfe70 Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Tue, 17 Feb 2009 18:27:54 +0000 Subject: [PATCH] Copy and paste error. svn: r13702 --- 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 e220d8ee6d..50cff07d7c 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -717,8 +717,8 @@ between the definition and the surrounding context, references to If a free-var-list is given, then any uses of the free variables inside the @scheme[body] will be protected with contracts that -blame the context of the @scheme[with-contract] form for the positive -positions and the @scheme[with-contract] form for the negative ones.} +blame the context of the @scheme[define/contract] form for the positive +positions and the @scheme[define/contract] form for the negative ones.} @defform*[[(contract contract-expr to-protect-expr positive-blame-expr negative-blame-expr)