Skip to content

Commit

Permalink
Documentation: Fix typo in CodingStyle.md (SerenityOS#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRG-developer authored Jan 26, 2021
1 parent 22df472 commit d697d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/CodingStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public:

void jam();

private;
private:
String m_name;
int m_frob_count { 0 };
}
Expand Down

0 comments on commit d697d33

Please sign in to comment.