Skip to content

Commit 95cbdaf

Browse files
author
askeblad
authored
fix typo
1 parent 3e67886 commit 95cbdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ You can make a test case from an assertion by applying the `TestCase` constructo
172172
For example, `(TestCase (return ()))` is a test case that never
173173
fails, and `(TestCase (assertEqual "for x," 3 x))`
174174
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).
175+
to create test cases are described later under [Advanced Features](#advanced-features).
176176

177177
### Tests
178178

0 commit comments

Comments
 (0)