diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5cf5dff0b..261a4bf2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: