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 57c45e0..0306430 100644
--- a/docs/sections/coding_guidelines.md
+++ b/docs/sections/coding_guidelines.md
@@ -210,7 +210,7 @@ Software components written in C/C++ may use the language features allowed and i
namespace nspace
{
void FunctionInNamespace();
- };
+ }
```
- Source code must use Hungarian notation to annotate the name of a variable with information about its meaning.