From: Felix Yan Date: Sat, 3 Nov 2018 08:38:41 +0000 (+0800) Subject: docs: Fix a typo in CODING_STYLE.md (#10630) X-Git-Tag: v240~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc306e667759ae2d4f6dc0753b7dac574c4c586;p=thirdparty%2Fsystemd.git docs: Fix a typo in CODING_STYLE.md (#10630) --- diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 64f7a8cddfe..b8337fd097f 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,