From 96590541383e4bd2dc5d2633043c19d6bdf6f0b9 Mon Sep 17 00:00:00 2001 From: Tumao Date: Fri, 22 Oct 2021 14:08:10 +0800 Subject: [PATCH] [skip ci]Improve flush collections doc (#10410) Signed-off-by: tumao --- docs/design_docs/milvus_flush_collections_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_flush_collections_en.md b/docs/design_docs/milvus_flush_collections_en.md index 67aeb29b9b..1324a25f68 100644 --- a/docs/design_docs/milvus_flush_collections_en.md +++ b/docs/design_docs/milvus_flush_collections_en.md @@ -3,7 +3,7 @@ The `Flush` operation is used to make sure that inserted data will be written in ![flush_collections](./graphs/flush_data_coord.png) -1. Firstly, `SDK` starts a `Flush` request to `Proxy` via `Grpc`, the `proto` is defined as follows: +1. Firstly, `SDK` sends a `Flush` request to `Proxy` via `Grpc`, the `proto` is defined as follows: ```proto service MilvusService { ...