From 37c25584757a526192ea87bde52089e66afe03aa Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Thu, 26 Nov 2015 00:59:16 -0500 Subject: [PATCH] Fix documentation typo --- 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 6ddd1022d9..547a55de35 100644 --- a/pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -255,7 +255,7 @@ the contracts in order, from left to right.} @defproc[(not/c [flat-contract flat-contract?]) flat-contract?]{ -Accepts a flat contracts or a predicate and returns a flat contract +Accepts a flat contract or a predicate and returns a flat contract that checks the inverse of the argument.}