Skip to content

Commit 9ed23b0

Browse files
authored
Update spec.md
1 parent b0f2ac7 commit 9ed23b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ space between the colon and the backing type. This is consistent with the style
11041104

11051105
Enum case declarations MUST use CamelCase capitalization. Enum case declarations MUST be on their own line.
11061106

1107-
Constants in Enumerations MAY use either CamelCase or UPPER_CASE capitalization. CamelCase is RECOMMENDED,
1107+
Constants in Enumerations MAY use either PascalCase or UPPER_CASE capitalization. PascalCase is RECOMMENDED,
11081108
so that it is consistent with case declarations.
11091109

11101110
```php

0 commit comments

Comments
 (0)