未验证 提交 cd1ec0c0 编写于 作者: T Tumao 提交者: GitHub

[skip ci]Fix create collection design doc typo (#9699)

Signed-off-by: Ntumao <yan.wang@zilliz.com>
上级 97a46272
......@@ -40,7 +40,7 @@ message CollectionSchema {
```
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.
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 `WaitToFinish` method to wait until the task is finished.
```go
type task interface {
TraceCtx() context.Context
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册