changeset 3:44f548c50e16

Typo
author David Demelier <markand@malikania.fr>
date Wed, 01 Feb 2017 10:59:14 +0100
parents 1e34b51d9c52
children b01540d74084
files STYLE_CPP.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/STYLE_CPP.md	Wed Feb 01 10:58:57 2017 +0100
+++ b/STYLE_CPP.md	Wed Feb 01 10:59:14 2017 +0100
@@ -167,7 +167,7 @@
   - **CMake**: for the build system,
   - **Docs**: for the documentation,
   - **Misc**: for miscellaneous files,
-  - **Tests**: for the unit tests,
+  - **Tests**: for the unit tests.
 
 Programming
 -----------