From ede9a58c4dc4c6e263f0fdbcabafdc5ae3c049ff Mon Sep 17 00:00:00 2001 From: Alcaro Date: Thu, 24 Apr 2025 00:39:18 +0200 Subject: [PATCH] README.md: Fix odd wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed00e479041..9861bc1fa4b 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ The `SKIPPED` result code indicates that a given test was explicitly skipped by `expected_results.txt`. A test may be skipped for a number of reasons, which include, but are not limited to: * being an incorrect test * taking a very long time to run -* failing or passing for the incorrect reason +* failing or passing for an incorrect reason ### Debugging Individual Tests