mirror of https://github.com/milvus-io/milvus.git
[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
parent
b9f076bffc
commit
a91d2118b6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue