Two typos in the rackunit docs
This commit is contained in:
parent
1c841e143f
commit
8a2b06574a
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user