Skip to content

Commit 3b68bcd

Browse files
committed
squash this commit
1 parent 2e1dc34 commit 3b68bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rackunit-doc/rackunit/scribblings/check.scrbl

+3-3
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ is printed along with the usual information on an check failure.
335335
@defform[(with-check-info ((name val) ...) body ...)]{
336336

337337
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
339339
of the execution of the body expressions. Each @racket[name] must be
340340
a quoted symbol and each @racket[val] must be a value.}
341341

@@ -414,8 +414,8 @@ We can use these checks in the usual way:
414414

415415
The @racket[define-binary-check] macro constructs a check
416416
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
419419
predicate and tests if the predicate holds for the given
420420
values. The second form tests if the last @racket[body]
421421
evaluates to a non-false value.

0 commit comments

Comments
 (0)