mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 15:51:41 +03:00
Small change
"A constant" should be translated as a "Константа"
This commit is contained in:
parent
15df6aa2e5
commit
daf150a9fe
@ -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';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user