diff --git a/collects/unstable/scribblings/wrapc.scrbl b/collects/unstable/scribblings/wrapc.scrbl index d27c8d76c2..aa53958eae 100644 --- a/collects/unstable/scribblings/wrapc.scrbl +++ b/collects/unstable/scribblings/wrapc.scrbl @@ -95,7 +95,7 @@ contract wrapping. [(_ ((p v)) body) (with-syntax ([cp (wrap-expr/c #'parameter? #'p - #:expr-name "the parameter argument" + #:name "the parameter argument" #:context stx)]) #'(parameterize ((cp v)) body))])) (myparameterize1 ((current-input-port @@ -112,7 +112,7 @@ contract wrapping. (with-syntax ([cf (wrap-expr/c #'(-> number? number?) #'f - #:expr-name "the function argument" + #:name "the function argument" #:context stx)]) #'(cf arg))])) (provide app))