mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in binlog writer (#8255)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/8254/head
parent
75ce32dcad
commit
acfd7c7911
|
@ -27,7 +27,7 @@ const (
|
|||
ServerVersion = 1
|
||||
)
|
||||
|
||||
// BinlogType is to distinguish different files saving diffrent data.
|
||||
// BinlogType is to distinguish different files saving different data.
|
||||
type BinlogType int32
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue