mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
docs: Fix a typo in CODING_STYLE.md (#10630)
This commit is contained in:
parent
f48ef53fb6
commit
3cc306e667
@ -6,7 +6,7 @@
|
|||||||
- We prefer `/* comments */` over `// comments` in code you commit, please. This
|
- We prefer `/* comments */` over `// comments` in code you commit, please. This
|
||||||
way `// comments` are left for developers to use for local, temporary
|
way `// comments` are left for developers to use for local, temporary
|
||||||
commenting of code for debug purposes (i.e. uncommittable stuff), making such
|
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).
|
(i.e. committable stuff).
|
||||||
|
|
||||||
- Don't break code lines too eagerly. We do **not** force line breaks at 80ch,
|
- Don't break code lines too eagerly. We do **not** force line breaks at 80ch,
|
||||||
|
Loading…
Reference in New Issue
Block a user