diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5672fca7e..9b0f28c2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,7 +168,7 @@ In short: The easier the code review is, the better the chance your pull request * ###### Good: ```cpp - if (not string.empty()) + if (!string.empty()) ... ```