Skip to content

Commit 5333351

Browse files
Fix a typo in the feature option in the error message for enforce_naming_style.
PiperOrigin-RevId: 845407538
1 parent ed3c571 commit 5333351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/protobuf/descriptor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9279,7 +9279,7 @@ bool IsValidUpperSnakeCaseName(absl::string_view name, std::string* error) {
92799279
}
92809280

92819281
constexpr absl::string_view kNamingStyleOptOutMessage =
9282-
" (feature.enforce_naming_style = STYLE_LEGACY can be used to opt out of "
9282+
" (features.enforce_naming_style = STYLE_LEGACY can be used to opt out of "
92839283
"this check)";
92849284

92859285
} // namespace

0 commit comments

Comments
 (0)