We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89fbefa + ee2196e commit aaf443fCopy full SHA for aaf443f
spec.md
@@ -1215,7 +1215,7 @@ instead of `protected`, as enums do not support inheritance.
1215
When using a backed enum, there MUST NOT be a space between the enum name and colon, and there MUST be exactly one
1216
space between the colon and the backing type. This is consistent with the style for return types.
1217
1218
-Enum case declarations MUST use CamelCase capitalization. Enum case declarations MUST be on their own line.
+Enum case declarations MUST use PascalCase capitalization. Enum case declarations MUST be on their own line.
1219
1220
Constants in Enumerations MAY use either PascalCase or UPPER_CASE capitalization. PascalCase is RECOMMENDED,
1221
so that it is consistent with case declarations.
0 commit comments