We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e67886 commit 95cbdafCopy full SHA for 95cbdaf
README.md
@@ -172,7 +172,7 @@ You can make a test case from an assertion by applying the `TestCase` constructo
172
For example, `(TestCase (return ()))` is a test case that never
173
fails, and `(TestCase (assertEqual "for x," 3 x))`
174
is a test case that checks that the value of `x` is 3. Additional ways
175
- to create test cases are described later under [Advanced Features](#advanced-eatures).
+ to create test cases are described later under [Advanced Features](#advanced-features).
176
177
### Tests
178
0 commit comments