diff --git a/language/enumerations.xml b/language/enumerations.xml index eab8c015bf6a..ead821e9b026 100644 --- a/language/enumerations.xml +++ b/language/enumerations.xml @@ -511,7 +511,7 @@ enum Size Enumerations may leverage traits, which will behave the same as on classes. The caveat is that traits used in an enum must not contain properties. - They may only include methods and static methods. A trait with properties will + They may only include methods, static methods, and constants. A trait with properties will result in a fatal error.