summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMarvin Schmidt <marvin.schmidt1987@gmail.com>2020-06-05 10:26:15 +0200
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-06-05 09:29:40 +0100
commitc3c0afd94b37bfe7f85e64f6550adc82cecfa781 (patch)
tree2292fb8dad10087582ad01c967b0cdc0b40bb3cc /Documentation
parente18c7a14a30f6c44539603a46ed7ea4d7fdf8eb9 (diff)
docs: coding-style: Change full stop to colon
Signed-off-by: Marvin Schmidt <marvin.schmidt1987@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/coding-style.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
index dfbbf28d..7acba37b 100644
--- a/Documentation/coding-style.rst
+++ b/Documentation/coding-style.rst
@@ -70,7 +70,7 @@ macro. For .cpp files, if the file implements an API declared in a header file,
that header file shall be included first in order to ensure it is
self-contained.
-The headers shall be grouped and ordered as follows.
+The headers shall be grouped and ordered as follows:
1. The header declaring the API being implemented (if any)
2. The C and C++ system and standard library headers