docs: Fix a typo in CODING_STYLE.md (#10630)

This commit is contained in:
Felix Yan 2018-11-03 16:38:41 +08:00 committed by Yu Watanabe
parent f48ef53fb6
commit 3cc306e667
1 changed files with 1 additions and 1 deletions

View File

@ -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,