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

pull/1745/head
syntroniks 5 years ago committed by GitHub
parent f6f1a49a41
commit a5a4d0b4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save