summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-04-05 19:04:42 +0200
committerven <vendethiel@hotmail.fr>2016-04-05 19:04:42 +0200
commit8ddf7b5178524ab84f9e59b3e9d48343805d8ca0 (patch)
treef63612a61aad7349cf3006f6ee5cc5858b946ee9
parent15df6aa2e57b814934179918c65c9733b2d35c8e (diff)
parentdaf150a9fe26223ad5c2f0dc7c6db4d653def554 (diff)
Merge pull request #2225 from Witcharrr/patch-1
Small change
-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';