From cb73ddc016ec4f6ecdf2688f63681b781e8916db Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 19 Nov 2013 08:18:53 -0700 Subject: [PATCH] Fix PR14167 original commit: dca58884654e072fa67791d19263258b5c326562 --- .../rackunit-doc/rackunit/scribblings/compound-testing.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/rackunit-pkgs/rackunit-doc/rackunit/scribblings/compound-testing.scrbl b/pkgs/rackunit-pkgs/rackunit-doc/rackunit/scribblings/compound-testing.scrbl index 5fd18e5..2696e9d 100644 --- a/pkgs/rackunit-pkgs/rackunit-doc/rackunit/scribblings/compound-testing.scrbl +++ b/pkgs/rackunit-pkgs/rackunit-doc/rackunit/scribblings/compound-testing.scrbl @@ -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