From 19fad3f8d90cac6c16b62b2bcb48038634e737ac Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 7 Aug 2019 08:59:02 -0500 Subject: [PATCH] add missing @racket[] --- pkgs/racket-doc/scribblings/reference/contracts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-doc/scribblings/reference/contracts.scrbl index a45db286c5..d9a074cdd8 100644 --- a/pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -1988,7 +1988,7 @@ contracts paired with exported @racket[id]s. Contracts broken within the @racket[with-contract] @racket[body] will use the @racket[blame-id] for their negative position. -If a free-var-list is given, then any uses of the free variables +If a @racket[free-var-list] is given, then any uses of the free variables inside the @racket[body] will be protected with contracts that blame the context of the @racket[with-contract] form for the positive positions and the @racket[with-contract] form for the negative ones.}