Remove duplicate comment (#227)

This commit is contained in:
Emir Ribić 2020-05-11 06:54:46 +02:00 committed by GitHub
parent 14dcf38e7d
commit de5a95dced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -318,7 +318,6 @@ func (e *Event) Errs(key string, errs []error) *Event {
// Err adds the field "error" with serialized err to the *Event context.
// If err is nil, no field is added.
// To customize the key name, change zerolog.ErrorFieldName.
//
// To customize the key name, change zerolog.ErrorFieldName.
//