Update CONTRIBUTING.md
This commit is contained in:
parent
47ca5281fe
commit
22e87184aa
|
@ -141,8 +141,8 @@ In short: The easier the code review is, the better the chance your pull request
|
||||||
|
|
||||||
* ###### Good:
|
* ###### Good:
|
||||||
```cpp
|
```cpp
|
||||||
if (foo < I_CAN_PUSH_ON_THE_RED_BUTTON)
|
if (foo == I_CAN_PUSH_ON_THE_RED_BUTTON)
|
||||||
startThermoNuclearWar();
|
startTheNuclearWar();
|
||||||
```
|
```
|
||||||
|
|
||||||
* ###### Bad:
|
* ###### Bad:
|
||||||
|
|
Loading…
Reference in New Issue