[skip ci]Fix download typo (#11573)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-11-10 20:07:39 +08:00 committed by GitHub
parent 1c242b3b7a
commit 038d0f1adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ var (
type downloader interface {
// load downloads binlogs from blob storage for given paths.
// The paths are 1 group of binlog paths generated by 1 `Serialize`.
// The paths are 1 group of binlog paths generated by 1 `Serialize`.
//
// download downloads insert-binlogs, stats-binlogs, and delta-binlogs.
download(ctx context.Context, paths []string) ([]*Blob, error)