mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Check the grammar of create_collection_en md (#13128)
Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
parent
cf462fdc5f
commit
adc6d6eeb3
@ -41,7 +41,7 @@ message CollectionSchema {
|
||||
|
||||
```
|
||||
|
||||
2. When received the `CreateCollection` request, `Proxy` would wrap this request into `CreateCollectionTask`, and pushes this task into `DdTaskQueue` queue. After that, `Proxy` would call `WaitToFinish` method to wait until the task is finished.
|
||||
2. When receiving the `CreateCollection` request, `Proxy` would wrap this request into `CreateCollectionTask`, and pushes this task into `DdTaskQueue` queue. After that, `Proxy` would call `WaitToFinish` method to wait until the task is finished.
|
||||
|
||||
```go
|
||||
type task interface {
|
||||
|
Loading…
Reference in New Issue
Block a user