From 507f4ea1b741e8d971ee3bee7164775354014574 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 18 Sep 2025 12:57:33 -0700 Subject: [PATCH] * 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 --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 8359bb35b..0573efa82 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,7 +24,7 @@ Objective-C, Python, and Ruby. With proto3, you can also work with PHP. ## Example Implementation ```proto -edition = "2023"; +edition = "2024"; message Person { string name = 1;