update Enum.7 note with consistent capitalization (#1739)

This commit is contained in:
syntroniks 2021-01-28 12:57:07 -06:00 committed by GitHub
parent f6f1a49a41
commit a5a4d0b4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8947,7 +8947,7 @@ Specifying the underlying type is necessary in forward declarations of enumerati
// ....
enum flags : char { /* ... */ };
enum Flags : char { /* ... */ };
##### Enforcement