Skip to content

Commit

Permalink
interfaces.xml Add enums to declarations shared a namespace with inte…
Browse files Browse the repository at this point in the history
…rfaces (#4150)
  • Loading branch information
mmalferov authored Nov 25, 2024
1 parent 5fb1bb4 commit 10cfe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/oop5/interfaces.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<para>
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.
</para>
<para>
Expand Down

0 comments on commit 10cfe8b

Please sign in to comment.