mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
Merge pull request #550 from richarm4/patch-1
Fix typo in CONTRIBUTING.md comment
This commit is contained in:
commit
0b3a88cf22
@ -69,7 +69,7 @@ enum class SomeEnum {
|
|||||||
* Note that the asterisks are indented by one space to align to the first line.
|
* Note that the asterisks are indented by one space to align to the first line.
|
||||||
*/
|
*/
|
||||||
struct Position {
|
struct Position {
|
||||||
// Always intitialize member variables!
|
// Always initialize member variables!
|
||||||
int x{};
|
int x{};
|
||||||
int y{};
|
int y{};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user