Fixing PR14169

original commit: b563f0c87620af8bcb0ce8d65ab629b6e596a47f
This commit is contained in:
Jay McCarthy 2013-11-19 08:28:49 -07:00
parent 8f737bae4e
commit fd3e90fa72

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]