Fix PR14167

This commit is contained in:
Jay McCarthy 2013-11-19 08:18:53 -07:00
parent b64f74bbed
commit dca5888465

View File

@ -96,8 +96,8 @@ run. Instead use one of the functions described in
(code:line #:after after-thunk)])
#:contracts ([name-expr string?])]{
Constructs a test suite with the given name and tests. The
tests may be test cases, constructed using @racket[test-begin] or
Constructs a test suite with the given name and tests. The tests may
be checks, test cases, constructed using @racket[test-begin] or
@racket[test-case], or other test suites.
The @racket[before-thunk] and @racket[after-thunk] are