diff options
author | Dexter <61384688+DRG-developer@users.noreply.github.com> | 2021-01-26 12:26:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 12:26:27 +0100 |
commit | d697d33fa6bfe8cef76f0f7a02f75a8dbf137c2d (patch) | |
tree | d1defd9d80973f1d2c2cdf950e99414ba591584d /Documentation | |
parent | 22df4727b1cf4a26d69cf915ca9f9005540149d3 (diff) | |
download | serenity-d697d33fa6bfe8cef76f0f7a02f75a8dbf137c2d.zip |
Documentation: Fix typo in CodingStyle.md (#5121)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/CodingStyle.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingStyle.md b/Documentation/CodingStyle.md index 9873e13e73..5c8271ff94 100644 --- a/Documentation/CodingStyle.md +++ b/Documentation/CodingStyle.md @@ -401,7 +401,7 @@ public: void jam(); -private; +private: String m_name; int m_frob_count { 0 }; } |