Skip to content

Commit

Permalink
fix typo in json2pb doc (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright authored Oct 10, 2022
1 parent 5fbe3a8 commit 1675f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/json2pb.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repeated int32 numbers = 1;
```protobuf
// protobuf
message Foo {
required int32 numbers = 1;
repeated int32 numbers = 1;
}
// rapidjson
Expand Down

0 comments on commit 1675f16

Please sign in to comment.