File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
content/programming-guides Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1570,9 +1570,9 @@ for your chosen language in the relevant
15701570 ```
15711571
15721572* If the parser encounters multiple members of the same oneof on the wire,
1573- only the last run of the last member seen is used in the parsed message.
1574- When parsing data on the wire, starting at the beginning of the bytes,
1575- evaluate the next value, and apply the following parsing rules:
1573+ only the last member seen is used in the parsed message. When parsing data
1574+ on the wire, starting at the beginning of the bytes, evaluate the next
1575+ value, and apply the following parsing rules:
15761576
15771577 * First, check if a * different* field in the same oneof is currently set,
15781578 and if so clear it.
Original file line number Diff line number Diff line change @@ -1169,9 +1169,9 @@ language in the relevant [API reference](/reference/).
11691169 ```
11701170
11711171* If the parser encounters multiple members of the same oneof on the wire,
1172- only the last run of the last member seen is used in the parsed message.
1173- When parsing data on the wire, starting at the beginning of the bytes,
1174- evaluate the next value, and apply the following parsing rules:
1172+ only the last member seen is used in the parsed message. When parsing data
1173+ on the wire, starting at the beginning of the bytes, evaluate the next
1174+ value, and apply the following parsing rules:
11751175
11761176 * First, check if a * different* field in the same oneof is currently set,
11771177 and if so clear it.
You can’t perform that action at this time.
0 commit comments