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)