Fix my stupid mistake (highlighting in CODINGSTYLE.md)
This commit is contained in:
parent
57da282716
commit
2eec91d6c1
|
@ -31,7 +31,7 @@ Variables should be prefixed with specific chars depending on where the variable
|
|||
- Global Variable - Prefix with `g`
|
||||
- Static Variable - Prefix with `s`
|
||||
Example:
|
||||
```c++
|
||||
```cpp
|
||||
const int gAmountOfTimesISuccessfullyWriteGoodVariableNames = 0;
|
||||
|
||||
class ExampleClass final {
|
||||
|
|
Loading…
Reference in a new issue