diff --git a/language/oop5/traits.xml b/language/oop5/traits.xml index dc84d925bf..1e15ea507f 100644 --- a/language/oop5/traits.xml +++ b/language/oop5/traits.xml @@ -358,9 +358,7 @@ class MyHelloWorld { Static Trait Members - Static variables can be referred to in trait methods, but cannot be - defined by the trait. Traits can, however, define static methods for - the exhibiting class. + Traits can define both static members and static methods. Static Variables