A bunch of typo fixes from Richard Cleis.

original commit: a7064d5f6ae6ac941df16f377dbbabdbbbc75865
This commit is contained in:
Eli Barzilay 2012-06-14 16:58:04 -04:00
parent 3d59b3de3c
commit ee25e05713

View File

@ -161,7 +161,7 @@ the name @racket["example-suite"]:
] ]
@defform[(define/provide-test-suite name test ...)]{ This @defform[(define/provide-test-suite name test ...)]{ This
for is just like @racket[define-test-suite], and in addition form is just like @racket[define-test-suite], and in addition
it @racket[provide]s the test suite.} it @racket[provide]s the test suite.}
@;{ @;{
@ -177,4 +177,3 @@ body expressions.
As far I know no-one uses this macro, so it might disappear As far I know no-one uses this macro, so it might disappear
in future versions of RackUnit.} in future versions of RackUnit.}
} }