From a83d76a6ef58c7d9ae7776c4ecb02c370808ca9f Mon Sep 17 00:00:00 2001 From: Don March Date: Thu, 13 Oct 2016 23:02:18 -0400 Subject: [PATCH] Update doc for check-exn: predicate can be trueish --- rackunit-doc/rackunit/scribblings/check.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rackunit-doc/rackunit/scribblings/check.scrbl b/rackunit-doc/rackunit/scribblings/check.scrbl index 7782467..fbe63a8 100644 --- a/rackunit-doc/rackunit/scribblings/check.scrbl +++ b/rackunit-doc/rackunit/scribblings/check.scrbl @@ -109,7 +109,7 @@ For example, the following checks all fail: void?]{ Checks that @racket[thunk] raises an exception and that either -@racket[exn-predicate] returns @racket[#t] if it is a function, or +@racket[exn-predicate] returns a true value if it is a function, or that it matches the message in the exception if @racket[exn-predicate] is a regexp. In the latter case, the exception raised must be an @racket[exn:fail?]. The optional @racket[message] is included in the