parent
5e28b47ff8
commit
4cd293a0b1
|
@ -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())
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue