Small change

"A constant" should be translated as a "Константа"
This commit is contained in:
Witcharrr 2016-04-05 20:01:33 +03:00
parent 15df6aa2e5
commit daf150a9fe

View File

@ -451,7 +451,7 @@ $value = include 'my-include.php';
class MyClass class MyClass
{ {
const MY_CONST = 'value'; // A constant const MY_CONST = 'value'; // Константа
static $staticVar = 'static'; static $staticVar = 'static';