From dea92cb6995d1839163f1effb3828547a36e4ce4 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 25 Mar 2018 13:50:08 +0000 Subject: [PATCH] Fix typo Patch provided by Elliot Ward. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344560 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/interfaces.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index f549fad07c..89c45b5fcc 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -54,7 +54,7 @@ <literal>Constants</literal> - 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 class constants except they cannot be overridden by a class/interface that inherits them.