From c3f7ac96cd277f7ff27bc606307d326cb8ff09b3 Mon Sep 17 00:00:00 2001 From: jlamothe Date: Wed, 22 Nov 2023 23:03:44 +0000 Subject: [PATCH] edit to description of run_test_compare() --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f8deb9..89afb2a 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,9 @@ above, but that takes a void pointer as a second argument. Finally, the third argument is the pointer that gets passed into the test function. -`run_test_compare()` is similar, but it allows two pointers to be -passed into the test. This is useful for comparing an actual value to -an expected one, for instance comparing the actual output from a -function to an expected value. +`run_test_compare()` is similar, but it allows *two* pointers to be +passed into the test. This is useful for comparing the actual output +of a function to an expected value, for instance. The prototype for `run_test_compare()` follows: