mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +00:00
Fix typo in CONTRIBUTING.md comment
"intitialize" -> "initialize"
This commit is contained in:
parent
9852f95c58
commit
0ed4614464
@ -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