1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 20:11:57 +02:00

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
{
const MY_CONST = 'value'; // A constant
const MY_CONST = 'value'; // Константа
static $staticVar = 'static';