[skip ci] Fix typo in binlog writer (#8255)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
Xiaofan 2021-09-18 22:55:51 +08:00 committed by GitHub
parent 75ce32dcad
commit acfd7c7911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ const (
ServerVersion = 1 ServerVersion = 1
) )
// BinlogType is to distinguish different files saving diffrent data. // BinlogType is to distinguish different files saving different data.
type BinlogType int32 type BinlogType int32
const ( const (