diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 16:34:09 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 16:34:09 +0100 |
commit | 0438e0f4d129431f7ecef7996a11b301eda882fb (patch) | |
tree | 5127127e69391fcbb0c8af71996d2a4e7434a7df /contributing.md | |
parent | 20d4d711f8d300682d560548ec1a5501ce7b9978 (diff) |
Clarified
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing.md b/contributing.md index 91cd12b..014df51 100644 --- a/contributing.md +++ b/contributing.md @@ -479,7 +479,7 @@ that you can click on to open them. ``` </td></tr></table></details> - <details><summary> - File names (.h/.cpp/.hpp) should be written using CamelCase + File names (.h, .cpp, .hpp) should be written using CamelCase </summary><table><tr><th>Good</th><th>Bad</th></tr><tr><td> ```cpp @@ -491,8 +491,8 @@ that you can click on to open them. ```cpp my_class.h - my_class.cpp - my_class.hpp + myClass.cpp + my-class.hpp ``` </td></tr></table></details> - <details><summary> |