Update CONTRIBUTING.md

This commit is contained in:
Don HO 2021-03-05 00:51:19 +01:00 committed by GitHub
parent 47ca5281fe
commit 22e87184aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ In short: The easier the code review is, the better the chance your pull request
* ###### Good:
```cpp
if (foo < I_CAN_PUSH_ON_THE_RED_BUTTON)
startThermoNuclearWar();
if (foo == I_CAN_PUSH_ON_THE_RED_BUTTON)
startTheNuclearWar();
```
* ###### Bad: