Patch provided by Elliot Ward.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344560 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-03-25 13:50:08 +00:00
parent e4a3ece42b
commit dea92cb699

View file

@ -54,7 +54,7 @@
<sect2 xml:id="language.oop5.interfaces.constants">
<title><literal>Constants</literal></title>
<para>
It's possible for interfaces to have constants. Interface constants works exactly
It's possible for interfaces to have constants. Interface constants work exactly
like <link linkend="language.oop5.constants">class constants</link> except
they cannot be overridden by a class/interface that inherits them.
</para>