Skip to content

Commit b34c489

Browse files
authored
Add the 4: {"hello"} part to repeated field encoding example
1 parent 7a31266 commit b34c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/programming-guides/encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ message Test4 {
324324
```
325325

326326
and we construct a `Test4` message with `d` set to `"hello"`, and `e` set to
327-
`3`, `270`, and `86942`, this *could* be encoded as `` `3206038e029ea705` ``, or
327+
`3`, `270`, and `86942`, this *could* be encoded as `` `220568656C6C6F3206038e029ea705` ``, or
328328
written out as Protoscope,
329329

330330
```proto

0 commit comments

Comments
 (0)