You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ww...@apache.org on 2022/10/10 01:58:35 UTC

[incubator-brpc] branch master updated: fix typo in json2pb doc (#1939)

This is an automated email from the ASF dual-hosted git repository.

wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 1675f163 fix typo in json2pb doc (#1939)
1675f163 is described below

commit 1675f1639c71b71bb17503c56368148a5ae7fa39
Author: chenBright <ch...@bigo.sg>
AuthorDate: Mon Oct 10 09:58:28 2022 +0800

    fix typo in json2pb doc (#1939)
---
 docs/cn/json2pb.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/json2pb.md b/docs/cn/json2pb.md
index 79d7dd4f..fc41073f 100644
--- a/docs/cn/json2pb.md
+++ b/docs/cn/json2pb.md
@@ -39,7 +39,7 @@ repeated int32 numbers = 1;
 ```protobuf
 // protobuf
 message Foo {
-    required int32 numbers = 1;
+    repeated int32 numbers = 1;
 }
 
 // rapidjson


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org