From 81df01acca0c2bb505ac1b03a5bacd4c4422cd2f Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 12 Aug 2021 10:25:51 +0800 Subject: [PATCH] docs: explicitly set line wrap rules for error messages [skip ci] --- docs/code_contribution_guidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index efaa43d5c..15aefc42d 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -465,9 +465,9 @@ to `gofmt` we've opted to enforce the following style guidelines. ) ``` -Note that the above guidelines don't apply to log messages. For log messages, -committers should attempt to minimize the of number lines utilized, while still -adhering to the 80-character column limit. +**Note that the above guidelines don't apply to log or error messages.** For +log and error messages, committers should attempt to minimize the number of +lines utilized, while still adhering to the 80-character column limit. ## Pointing to Remote Dependant Branches in Go Modules