From a506b8bd400e6bc635e93aa0641070be65ef71d0 Mon Sep 17 00:00:00 2001 From: jlamothe Date: Wed, 22 Nov 2023 22:52:34 +0000 Subject: [PATCH] s/parameter/argument/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 306f184..6f8deb9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ the tests in progress, however it should almost never be necessary to interact with it directly. With the exception of `run_tests()` (described below), all functions provided by the library will take take a pointer to the current `TestState` value as their first -parameter. +argument. ## `run_tests()`