[skip ci]Fix doc error in milvus_create_index_en.md (#10648)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/10652/head
JackLCL 2021-10-26 14:38:40 +08:00 committed by GitHub
parent 5436833479
commit df6f05d402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ type createIndexTask struct {
- `PostExecute`, `CreateIndexTask` does nothing at this phase, and return directly.
4. `RootCoord` would wraps the `CreateIndex` request into `CreateIndexReqTask`, and then call function `executeTask`. `executeTask` would return until the `context` is done or `CreateIndexReqTask.Execute` returned.
4. `RootCoord` would wrap the `CreateIndex` request into `CreateIndexReqTask`, and then call function `executeTask`. `executeTask` would return until the `context` is done or `CreateIndexReqTask.Execute` returned.
```go
type reqTask interface {