1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

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

View file

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