Documentation: Fix typo in CodingStyle.md (#5121)

This commit is contained in:
Dexter 2021-01-26 12:26:27 +01:00 committed by GitHub
parent 22df4727b1
commit d697d33fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-18 22:50:52 +09:00

View File

@ -401,7 +401,7 @@ public:
void jam();
private;
private:
String m_name;
int m_frob_count { 0 };
}