Skip to content

Commit 0eaeea7

Browse files
authored
doc: fixed typo
1 parent 2b6d8e7 commit 0eaeea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ message SomeMessage {
164164
```
165165

166166
#### multiline strings
167-
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:
167+
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:
168168
```protobuf
169169
message Dependency {
170170
string field1 = 1;

0 commit comments

Comments
 (0)