From f4deb6d2d770fc6d98d9ce3c9ce509d8e2da77c2 Mon Sep 17 00:00:00 2001 From: Tumao Date: Sun, 26 Sep 2021 12:40:07 +0800 Subject: [PATCH] [skip ci]Improve api reference doc grammar (#8557) Signed-off-by: tumao --- docs/developer_guides/appendix_b_api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/appendix_b_api_reference.md b/docs/developer_guides/appendix_b_api_reference.md index c3086f4ab6..d7ba822418 100644 --- a/docs/developer_guides/appendix_b_api_reference.md +++ b/docs/developer_guides/appendix_b_api_reference.md @@ -834,7 +834,7 @@ message Status { } ``` -**Status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describes the detailed error. +**Status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describe error detail. ###### 3.3.2 DescribeIndex