diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-11-03 09:38:41 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-03 09:38:41 +0100 |
commit | 3cc306e667759ae2d4f6dc0753b7dac574c4c586 (patch) | |
tree | fa9cc98a83621530550f6e28a4141d1c11141d44 /docs/CODING_STYLE.md | |
parent | Merge pull request #10625 from evverx/test_routing_policy_rule (diff) | |
download | systemd-3cc306e667759ae2d4f6dc0753b7dac574c4c586.tar.xz systemd-3cc306e667759ae2d4f6dc0753b7dac574c4c586.zip |
docs: Fix a typo in CODING_STYLE.md (#10630)
Diffstat (limited to 'docs/CODING_STYLE.md')
-rw-r--r-- | docs/CODING_STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 64f7a8cddf..b8337fd097 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -6,7 +6,7 @@ - We prefer `/* comments */` over `// comments` in code you commit, please. This way `// comments` are left for developers to use for local, temporary commenting of code for debug purposes (i.e. uncommittable stuff), making such - comments easily discernable from explanatory, documenting code comments + comments easily discernible from explanatory, documenting code comments (i.e. committable stuff). - Don't break code lines too eagerly. We do **not** force line breaks at 80ch, |