Skip to content

Commit 9f7b70e

Browse files
editions/features: fix syntax for the features.enforce_naming_style example
PiperOrigin-RevId: 821618826
1 parent 2c8fd4f commit 9f7b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/editions/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ non-conformant field name:
206206
edition = "2024";
207207
208208
// To keep the non-conformant field name, override the STYLE2024 setting
209-
option features.enforce_naming_style = "STYLE_LEGACY";
209+
option features.enforce_naming_style = STYLE_LEGACY;
210210
211211
message Foo {
212212
int64 bar_1 = 1;

0 commit comments

Comments
 (0)