Two typos in the rackunit docs

This commit is contained in:
Jordan Schatz 2012-02-03 10:34:09 -07:00 committed by Eli Barzilay
parent 1c841e143f
commit 8a2b06574a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ information detailing the failure.
Although checks are implemented as macros, which is
necessary to grab source location, they are conceptually
functions. This means, for instance, checks always evaluate
their arguments. You can use check as first class
their arguments. You can use checks as first class
functions, though you will lose precision in the reported
source locations if you do so.

View File

@ -104,7 +104,7 @@ check failed. A test case fails as soon as any check within
it fails, and no further checks are evaluated once this
takes place.
Naming our test cases if useful as it helps remind us what
Naming our test cases is useful as it helps remind us what
we're testing. We can give a test case a name with the
@racket[test-case] form: