Skip to content

Commit

Permalink
Use right terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilSeervi authored and donho committed Nov 16, 2020
1 parent f304a23 commit 9467353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ Any member variable name of class/struct should be preceded by an underscore.
};
```
3. ##### Prefer this form:
3. ##### Prefer Pre-increment:
```cpp
++i
```

**to:**
##### **Over Post-increment:**
```cpp
i++
```
Expand Down

0 comments on commit 9467353

Please sign in to comment.