From ee25e05713da70e214c8cec010e3d18eb4bf149d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 14 Jun 2012 16:58:04 -0400 Subject: [PATCH] A bunch of typo fixes from Richard Cleis. original commit: a7064d5f6ae6ac941df16f377dbbabdbbbc75865 --- collects/rackunit/scribblings/compound-testing.scrbl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/rackunit/scribblings/compound-testing.scrbl b/collects/rackunit/scribblings/compound-testing.scrbl index 6618454..6b9acc8 100644 --- a/collects/rackunit/scribblings/compound-testing.scrbl +++ b/collects/rackunit/scribblings/compound-testing.scrbl @@ -161,7 +161,7 @@ the name @racket["example-suite"]: ] @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.} @;{ @@ -177,4 +177,3 @@ body expressions. As far I know no-one uses this macro, so it might disappear in future versions of RackUnit.} } -