File tree 1 file changed +3
-3
lines changed
rackunit-doc/rackunit/scribblings
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ is printed along with the usual information on an check failure.
335
335
@defform[(with-check-info ((name val) ... ) body ... )]{
336
336
337
337
The @racket[with-check-info] macro pushes the given
338
- information in the @tech{check-info stack} for the duration
338
+ information onto the @tech{check-info stack} for the duration
339
339
of the execution of the body expressions. Each @racket[name] must be
340
340
a quoted symbol and each @racket[val] must be a value.}
341
341
@@ -414,8 +414,8 @@ We can use these checks in the usual way:
414
414
415
415
The @racket[define-binary-check] macro constructs a check
416
416
that tests a binary predicate. Compared to
417
- @racket[define-simple-check], does a better job reporting check
418
- failures. The first form of the macro accepts a binary
417
+ @racket[define-simple-check], this macro does a better job reporting check
418
+ failures. The first form of @racket[define-binary-check] accepts a binary
419
419
predicate and tests if the predicate holds for the given
420
420
values. The second form tests if the last @racket[body]
421
421
evaluates to a non-false value.
You can’t perform that action at this time.
0 commit comments