Skip to content

Commit

Permalink
docs(logger): fix incorrect doc string (#23442)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
  • Loading branch information
2 people authored and jsternberg committed Sep 13, 2022
1 parent c433342 commit 91623dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func OperationEventStart() zapcore.Field {
return zap.String(OperationEventKey, eventStart)
}

// OperationEventFinish returns a field for tracking the end of an operation.
// OperationEventEnd returns a field for tracking the end of an operation.
func OperationEventEnd() zapcore.Field {
return zap.String(OperationEventKey, eventEnd)
}
Expand Down

0 comments on commit 91623dd

Please sign in to comment.