mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci]Fix grammar error in milvus_create_collection_en.md (#9602)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
8662d82d09
commit
42462820a8
@ -40,7 +40,7 @@ message CollectionSchema {
|
||||
|
||||
```
|
||||
|
||||
1. When received the `CreateCollection` request, the `Proxy` would wraps this request into `CreateCollectionTask`, and pushes this task into `DdTaskQueue` queue. After that, `Proxy` would call method of `WatiToFinish` to wait until the task is finished.
|
||||
1. When received the `CreateCollection` request, the `Proxy` would wrap this request into `CreateCollectionTask`, and pushes this task into `DdTaskQueue` queue. After that, `Proxy` would call method of `WatiToFinish` to wait until the task is finished.
|
||||
```go
|
||||
type task interface {
|
||||
TraceCtx() context.Context
|
||||
|
Loading…
Reference in New Issue
Block a user