s/parameter/argument/

This commit is contained in:
jlamothe 2023-11-22 22:52:34 +00:00
parent 9cdc474456
commit a506b8bd40

View File

@ -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()`