We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f40378 commit 0bcf3c5Copy full SHA for 0bcf3c5
content/reference/cpp/cpp-generated.md
@@ -1186,8 +1186,8 @@ is nested in the message class.
1186
Generated `enum` values have native support for Abseil's flag parse/unparse
1187
logic. They can be used as the type for `ABSL_FLAG` declarations.
1188
1189
-The flag parser supports both labels and numbers. Invalid labels/numbers will
1190
-cause a parse failure.
+The flag parser supports both labels and numbers. Labels can be lowercase, if
+they are unambiguous. Invalid labels/numbers will cause a parse failure.
1191
1192
## Extensions (proto2 and editions only) {#extension}
1193
0 commit comments