From d2cb92b31fc2d753b2a92d0389578fc8fe9fd3e2 Mon Sep 17 00:00:00 2001 From: Avory Date: Tue, 9 Dec 2025 13:51:03 +0200 Subject: [PATCH] Fix wording in CONTRIBUTING.md Corrected punctuation and improved clarity in the description of the CAIRO_SKIP_FORMAT_TESTS variable. --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7c42c904097..50a1cf05154 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -72,7 +72,7 @@ Additional options can be controlled via environment variables: names. - `CAIRO_SKIP_FORMAT_TESTS`: By default, test sections containing Cairo code are formatted before execution, - and the test will fail if the formatting is incorrect or be fixed if + and the test will fail if the formatting is incorrect, or it will be fixed if `CAIRO_FIX_TESTS` is set to 1. Setting this variable to 1 skips this formatting step.