Fixing PR14169

This commit is contained in:
Jay McCarthy 2013-11-19 08:28:49 -07:00
parent 6d06e8c66d
commit b563f0c876

View File

@ -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]