From b2da0c67f43bddf924cd2576945cfa97922c88aa Mon Sep 17 00:00:00 2001 From: Bennu Date: Thu, 6 Jan 2022 18:25:26 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#14940) Signed-off-by: Bennu --- docs/design_docs/milvus_proto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_proto.md b/docs/design_docs/milvus_proto.md index 5f29117d4e..e705051b53 100644 --- a/docs/design_docs/milvus_proto.md +++ b/docs/design_docs/milvus_proto.md @@ -272,7 +272,7 @@ message DescribeCollectionRequest { // The collection ID you want to describe int64 collectionID = 4; - // If time_stamp is not zero, will describe collection success when time_stamp >= created collection timestamp, otherwise will throw error. + // If time_stamp is not zero, will describe collection success when time_stamp >= created collection timestamp, otherwise will throw an error. uint64 time_stamp = 5; } ```