From c2ebb94759b1fb904a3fb8e46509b0a55909ee17 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sat, 16 Sep 2023 13:44:43 +0200 Subject: [PATCH] Improve CONTRIBUTING.md Fix #14149 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20f04d2af..69c059411 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -428,7 +428,7 @@ In short: The easier the code review is, the better the chance your pull request parseYesNoBoolAttribute(); ``` -11. Check if there is already defined global variable, and reuse it instead of defining new one. +11. Check if there are already defined global variables, and reuse them instead of defining new ones. 12. Avoid "Yoda conditions".