Skip to content

Commit

Permalink
doc: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Semior001 authored Nov 26, 2024
1 parent 2b6d8e7 commit 0eaeea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ message SomeMessage {
```

#### multiline strings
protobuf itself doesn't support multiline strings, so gRoxy introduces it's own syntax for them in order to allow to specify complex values in `groxypb.value` option. Multiline strings should be enclosed in triple backticks:
protobuf itself doesn't support multiline strings, so gRoxy introduces it's own syntax for them in order to allow to specify complex values in `groxypb.value` option. Multiline strings should be enclosed in backticks:
```protobuf
message Dependency {
string field1 = 1;
Expand Down

0 comments on commit 0eaeea7

Please sign in to comment.