mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Fix comment typo (#14174)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
7bead10aa8
commit
af7517d80b
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user