From 45d28013622da9d0a9b18b084dfd1158b06db909 Mon Sep 17 00:00:00 2001 From: jlamothe Date: Wed, 22 Nov 2023 23:20:17 +0000 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89afb2a..645f2f8 100644 --- a/README.md +++ b/README.md @@ -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