This commit is contained in:
jlamothe 2023-11-22 23:20:17 +00:00
parent c3f7ac96cd
commit 45d2801362

View File

@ -51,7 +51,7 @@ void run_tests(void (*)(TestState *));
```
Its only argument is a pointer to a function which is then
responsible for acuually running the tests. A pointer to the newly
responsible for actually running the tests. A pointer to the newly
created `TestState` value will be passed to this function.
## Simple Tests