mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Fix typo in CodingStyle.md (#5121)
This commit is contained in:
parent
22df4727b1
commit
d697d33fa6
Notes:
sideshowbarker
2024-07-18 22:50:52 +09:00
Author: https://github.com/DRG-developer 🔰 Commit: https://github.com/SerenityOS/serenity/commit/d697d33fa6b Pull-request: https://github.com/SerenityOS/serenity/pull/5121
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ public:
|
|||
|
||||
void jam();
|
||||
|
||||
private;
|
||||
private:
|
||||
String m_name;
|
||||
int m_frob_count { 0 };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue