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 2696e9da5e..8aad4ba8d8 100644 --- a/pkgs/rackunit-pkgs/rackunit-doc/rackunit/scribblings/compound-testing.scrbl +++ b/pkgs/rackunit-pkgs/rackunit-doc/rackunit/scribblings/compound-testing.scrbl @@ -29,10 +29,10 @@ destroyed as the preceding check fails: (destroy-the-world)) ] -@defform[(test-case name expr ...)]{ +@defform[(test-case name body ...+)]{ Like a @racket[test-begin] except a name is associated with -the group of @racket[expr]s. The name will be reported if +the @racket[body]s. The name will be reported if the test fails. } Here's the above example rewritten to use @racket[test-case]