summaryrefslogtreecommitdiff
path: root/docs/sections/coding_guidelines.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/coding_guidelines.md')
-rw-r--r--docs/sections/coding_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/coding_guidelines.md b/docs/sections/coding_guidelines.md
index f1813d3..752fe54 100644
--- a/docs/sections/coding_guidelines.md
+++ b/docs/sections/coding_guidelines.md
@@ -292,7 +292,7 @@ by other people.
> **Note:** Leave one blank line between each of these groups for readability.
>Use quotes for headers from within the same project and angle brackets for third-party and system headers.
>Do not use paths relative to the current source file, such as `../Header.hpp`. Instead configure your include paths
->in the project makefiles.
+ >in the project makefiles.
```C++
#include "ExampleClass.hpp" // Own header