Skip to content

Commit

Permalink
Change "not" usage to "!" in contribution guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
sasumner authored and donho committed Jul 14, 2021
1 parent 5e28b47 commit 4cd293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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())
...
```
Expand Down

0 comments on commit 4cd293a

Please sign in to comment.