diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml
index e052c3024c55..742040ef680c 100644
--- a/language/oop5/interfaces.xml
+++ b/language/oop5/interfaces.xml
@@ -5,7 +5,7 @@
Object interfaces allow you to create code which specifies which methods and properties a
class must implement, without having to define how these methods or properties are
- implemented. Interfaces share a namespace with classes and traits, so they may
+ implemented. Interfaces share a namespace with classes, traits, and enumerations, so they may
not use the same name.