Fix documentation typo

This commit is contained in:
Ambrose Bonnaire-Sergeant 2015-11-26 00:59:16 -05:00 committed by Robby Findler
parent e9282d4f6e
commit 37c2558475

View File

@ -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.}