[skip e2e]Fix comment typo (#14174)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-12-24 17:10:54 +08:00 committed by GitHub
parent 7bead10aa8
commit af7517d80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ func (info *indexInfo) setIndexParams(params map[string]string) {
info.indexParams = params
}
// setReadyLoad the the flag to check if the index is ready to load
// setReadyLoad the flag to check if the index is ready to load
func (info *indexInfo) setReadyLoad(load bool) {
info.readyLoad = load
}