From 320456600681114cfa1b86ab29eda4d0524ab948 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 18 Aug 2025 00:01:17 +0300 Subject: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a816347..370ab85 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ what roughly needs to be done to set up coverage testing for a project with `gcc` and `lcov`. Open `coverage/index.html` with your web browser of choice, and you should see that all lines in `tests/pass.c` are exercised. `tests/fail.c` contains a fairly common but dangerous pattern of `realloc()`, -which practically always succeeds, but fails during out test run. +which practically always succeeds, but fails during our test run. ## Future work -- cgit v1.2.3