Skip to content

Commit f964a0a

Browse files
Internal change
PiperOrigin-RevId: 805437467
1 parent ddd0227 commit f964a0a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/reference/protobuf/google.protobuf.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,12 @@ Enum type definition
433433
</td>
434434
<td>The source syntax.</td>
435435
</tr>
436+
<tr>
437+
<td><code>edition</code></td>
438+
<td><code>string</code>
439+
</td>
440+
<td>The source edition if <code>syntax</code> is <code>SYNTAX_EDITIONS</code>.</td>
441+
</tr>
436442
</tbody>
437443
</table>
438444

@@ -1231,6 +1237,10 @@ The syntax in which a protocol buffer element is defined.
12311237
<td><code>SYNTAX_PROTO3</code></td>
12321238
<td>Syntax <code>proto3</code>.</td>
12331239
</tr>
1240+
<tr>
1241+
<td><code>SYNTAX_EDITIONS</code></td>
1242+
<td>Syntax uses the <code>edition</code> construct.</td>
1243+
</tr>
12341244
</tbody>
12351245
</table>
12361246

0 commit comments

Comments
 (0)