Skip to content

Commit d1fd4be

Browse files
authored
Merge pull request #104 from timostamm/main
Fix small syntactical errors in the examples for feature settings
2 parents e727db6 + abde43d commit d1fd4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/editions/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ message Foo {
128128
The following shows a proto3 file:
129129

130130
```proto
131-
syntax = "proto3"
131+
syntax = "proto3";
132132
133133
message Bar {
134134
int32 x = 1;
@@ -298,7 +298,7 @@ message Foo {
298298
The following shows a proto3 file:
299299

300300
```proto
301-
syntax = "proto3"
301+
syntax = "proto3";
302302
303303
message Foo {
304304
repeated int32 bar = 6;

0 commit comments

Comments
 (0)