summaryrefslogtreecommitdiffhomepage
path: root/ru-ru/php-ru.html.markdown
diff options
context:
space:
mode:
authorWitcharrr <witcharrr@gmail.com>2016-04-05 20:01:33 +0300
committerWitcharrr <witcharrr@gmail.com>2016-04-05 20:01:33 +0300
commitdaf150a9fe26223ad5c2f0dc7c6db4d653def554 (patch)
treef63612a61aad7349cf3006f6ee5cc5858b946ee9 /ru-ru/php-ru.html.markdown
parent15df6aa2e57b814934179918c65c9733b2d35c8e (diff)
Small change
"A constant" should be translated as a "Константа"
Diffstat (limited to 'ru-ru/php-ru.html.markdown')
-rw-r--r--ru-ru/php-ru.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/php-ru.html.markdown b/ru-ru/php-ru.html.markdown
index d17f24fc..42c4d360 100644
--- a/ru-ru/php-ru.html.markdown
+++ b/ru-ru/php-ru.html.markdown
@@ -451,7 +451,7 @@ $value = include 'my-include.php';
class MyClass
{
- const MY_CONST = 'value'; // A constant
+ const MY_CONST = 'value'; // Константа
static $staticVar = 'static';