From cd1ec0c0688fcbfcdacba1ab98e36074ef8c6afa Mon Sep 17 00:00:00 2001 From: Tumao Date: Tue, 12 Oct 2021 14:16:33 +0800 Subject: [PATCH] [skip ci]Fix create collection design doc typo (#9699) Signed-off-by: tumao --- docs/design_docs/milvus_create_collection_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_create_collection_en.md b/docs/design_docs/milvus_create_collection_en.md index 0770317cea..899f663ba2 100644 --- a/docs/design_docs/milvus_create_collection_en.md +++ b/docs/design_docs/milvus_create_collection_en.md @@ -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