diff options
author | Justin Nolan <justin@nolan.de> | 2023-02-10 21:05:52 +0100 |
---|---|---|
committer | Justin Nolan <justin@nolan.de> | 2023-02-10 21:05:52 +0100 |
commit | 3f78668763788c7bfdc41e9391ceeed97daecbd0 (patch) | |
tree | 34762706d4c15866b23c58bc56b0584d1db776a5 /docs/styleguide-cpp.md | |
parent | 9dab7e0f80ad374569529790910ccb75700ac9f6 (diff) |
Fix table of contents #2
Diffstat (limited to 'docs/styleguide-cpp.md')
-rw-r--r-- | docs/styleguide-cpp.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/styleguide-cpp.md b/docs/styleguide-cpp.md index b9af307..ad1add6 100644 --- a/docs/styleguide-cpp.md +++ b/docs/styleguide-cpp.md @@ -3,13 +3,13 @@ ## Table of Contents 1. [Why Style?](styleguide-cpp.md#why-style) - 1.1. [General Principles](styleguide-cpp.md#general-principles) + 1.1. [General Principles](styleguide-cpp.md#general-principles) - 1.2 [File Formatting](styleguide-cpp.md#file-formatting) + 1.2 [File Formatting](styleguide-cpp.md#file-formatting) 2. [Conventions](styleguide-cpp.md#conventions) - - 2.1. [Naming Conventions](styleguide-cpp.md#-naming-conventions) + + 2.1. [Naming Conventions](styleguide-cpp.md#-naming-conventions) ## 1. Why Style? You may be wondering ”Why do we need a style guide?” ”Are you trying to give me homework?” |