Unverified Commit b01cc5e8 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #826

Fix a typo in contributing guidelines
parents 6654fce3 68edf67b
...@@ -195,7 +195,7 @@ General ...@@ -195,7 +195,7 @@ General
- Never declare more than one variable per line. - Never declare more than one variable per line.
- Only separate functions with vertical whitespaces and use comments to - Only separate functions with vertical whitespaces and use comments to
document logcial blocks inside functions. document logical blocks inside functions.
- Use `.hpp` as suffix for header files and `.cpp` as suffix for implementation - Use `.hpp` as suffix for header files and `.cpp` as suffix for implementation
files. files.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment