[skip ci] Fix grammar mistake in event_data (#13419)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
pull/13428/head
jaime 2021-12-15 12:03:58 +08:00 committed by GitHub
parent b9f076bffc
commit a91d2118b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func (data *descriptorEventData) AddExtra(k string, v interface{}) {
}
// FinishExtra marshal extras to json format.
// Call before GetMemoryUsageInBytes to get a accurate length of description event.
// Call before GetMemoryUsageInBytes to get an accurate length of description event.
func (data *descriptorEventData) FinishExtra() error {
var err error