diff options
| author | Witcharrr <witcharrr@gmail.com> | 2016-04-05 20:01:33 +0300 | 
|---|---|---|
| committer | Witcharrr <witcharrr@gmail.com> | 2016-04-05 20:01:33 +0300 | 
| commit | daf150a9fe26223ad5c2f0dc7c6db4d653def554 (patch) | |
| tree | f63612a61aad7349cf3006f6ee5cc5858b946ee9 | |
| parent | 15df6aa2e57b814934179918c65c9733b2d35c8e (diff) | |
Small change
"A constant" should be translated as a "Константа"
| -rw-r--r-- | ru-ru/php-ru.html.markdown | 2 | 
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';  | 
