Fix typo in CONTRIBUTING.md comment

"intitialize" -> "initialize"
This commit is contained in:
Matthew Wells 2024-08-23 18:29:00 -07:00 committed by GitHub
parent 9852f95c58
commit 0ed4614464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ enum class SomeEnum {
* Note that the asterisks are indented by one space to align to the first line.
*/
struct Position {
// Always intitialize member variables!
// Always initialize member variables!
int x{};
int y{};
};