Skip to content

Commit 507f4ea

Browse files
mkruskal-googlecopybara-github
authored andcommitted
* index.md - update example to edition 2024
* enum.md - typo fix * opaque-migration.md - added go imports * google.protobuf.md - document the new `edition` field and `syntax_editions` enum * ruby-generated.md - removed references to DSL * rust-generated.md - added information about traits PiperOrigin-RevId: 808700481
1 parent 8c9916f commit 507f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Objective-C, Python, and Ruby. With proto3, you can also work with PHP.
2424
## Example Implementation
2525

2626
```proto
27-
edition = "2023";
27+
edition = "2024";
2828
2929
message Person {
3030
string name = 1;

0 commit comments

Comments
 (0)