Skip to content

Commit d58733f

Browse files
authored
Fix field number in expanded repeated field example
1 parent 354da49 commit d58733f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/programming-guides/encoding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ records for the same field with respect to each other is preserved. Thus, this
340340
could look like the following:
341341

342342
```proto
343-
5: 1
344-
5: 2
343+
6: 1
344+
6: 2
345345
4: {"hello"}
346-
5: 3
346+
6: 3
347347
```
348348

349349
Only repeated fields of primitive numeric types can be declared "packed". These

0 commit comments

Comments
 (0)