From 3cc306e667759ae2d4f6dc0753b7dac574c4c586 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 3 Nov 2018 16:38:41 +0800 Subject: [PATCH] docs: Fix a typo in CODING_STYLE.md (#10630) --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,