Skip to content

Commit

Permalink
Fix comment style.
Browse files Browse the repository at this point in the history
  • Loading branch information
edoger committed Dec 31, 2020
1 parent eeebb88 commit 303cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fields.go
Expand Up @@ -43,7 +43,7 @@ func (fs Fields) With(src map[string]interface{}) Fields {
return r
}

// StandardiseFieldsForJSONEncoder standardizes the given log additional fields.
// StandardiseFieldsForJSONEncoder standardizes the given log fields.
func StandardiseFieldsForJSONEncoder(src map[string]interface{}) map[string]interface{} {
dst := make(map[string]interface{}, len(src))
for k, v := range src {
Expand Down

0 comments on commit 303cbf1

Please sign in to comment.