summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-08 16:12:57 +0200
committerLennart Poettering <lennart@poettering.net>2022-09-08 16:13:07 +0200
commitbbb71e5c98e3ac7818ed3aff1d91c8696629d2a6 (patch)
tree92b00f6bf5750c954eeb7281a394089b01b0266b /docs
parent3d83c3eacfe73b97af3b760afe96d26e74eda5d5 (diff)
downloadsystemd-bbb71e5c98e3ac7818ed3aff1d91c8696629d2a6.tar.gz
CODING_STYLE: fix header level
Diffstat (limited to 'docs')
-rw-r--r--docs/CODING_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md
index 62c1851428..eec1240688 100644
--- a/docs/CODING_STYLE.md
+++ b/docs/CODING_STYLE.md
@@ -703,7 +703,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
- Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we
don't do in the systemd project.
-# Commenting
+## Commenting
- The best place for code comments and explanations is in the code itself. Only
the second best is in git commit messages. The worst place is in the GitHub