We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e727db6 + abde43d commit d1fd4beCopy full SHA for d1fd4be
1 file changed
content/editions/features.md
@@ -128,7 +128,7 @@ message Foo {
128
The following shows a proto3 file:
129
130
```proto
131
-syntax = "proto3"
+syntax = "proto3";
132
133
message Bar {
134
int32 x = 1;
@@ -298,7 +298,7 @@ message Foo {
298
299
300
301
302
303
message Foo {
304
repeated int32 bar = 6;
0 commit comments