mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 11:02:28 +02:00
Merge pull request #2391 from lioncash/whoops
Contributing.md: Fix a typo
This commit is contained in:
commit
2fa29ae8bb
@ -60,7 +60,7 @@ Following this guide and formatting your code as detailed will likely get your p
|
||||
- `class SomeClassName`
|
||||
- `enum IPCCommandType`
|
||||
- All compile time constants should be fully uppercased. With constants that have more than one word in them, use an underscore to separate them.
|
||||
- `const int PI = 3.14159;`
|
||||
- `const double PI = 3.14159;`
|
||||
- `const int MAX_PATH = 260;`
|
||||
- All variables should be lowercase with underscores separating the individual words in the name.
|
||||
- `int this_variable_name;`
|
||||
|
Loading…
Reference in New Issue
Block a user