From 51a087c768a476e35ac985f0a797e01307ae00a9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 15 Jul 2014 07:15:01 +0100 Subject: [PATCH] fix typo --- .../racket-doc/scribblings/reference/contracts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl index f68c036745..94d77fa826 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -954,7 +954,7 @@ introduced with the @racket[#:pre] keyword followed by the list of names on which it depends. If the @racket[#:pre/name] keyword is used, the string supplied is used as part of the error message; similarly with @racket[#:post/name]. -The @racket[dep-range] non-terminal specifies the possible result +The @racket[dependent-range] non-terminal specifies the possible result contracts. If it is @racket[any], then any value is allowed. Otherwise, the result contract pairs a name and a contract or a multiple values return with names and contracts. In the last two cases, the range contract may be