docs(logger): fix incorrect doc string (#23442)

Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
pull/23723/head
Cemre Mengu 2022-09-12 18:08:39 +03:00 committed by Jonathan A. Sternberg
parent c433342830
commit 91623ddc21
No known key found for this signature in database
GPG Key ID: 4A0C1200CB8B9D2E
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}