Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
askeblad authored May 8, 2022
1 parent 3e67886 commit 95cbdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ You can make a test case from an assertion by applying the `TestCase` constructo
For example, `(TestCase (return ()))` is a test case that never
fails, and `(TestCase (assertEqual "for x," 3 x))`
is a test case that checks that the value of `x` is 3. Additional ways
to create test cases are described later under [Advanced Features](#advanced-eatures).
to create test cases are described later under [Advanced Features](#advanced-features).

### Tests

Expand Down

0 comments on commit 95cbdaf

Please sign in to comment.