Improve CONTRIBUTING.md

Fix #14149
This commit is contained in:
Don HO 2023-09-16 13:44:43 +02:00 committed by GitHub
parent 113003a79f
commit c2ebb94759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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".