diff options
author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2017-08-24 01:41:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 01:41:51 +0300 |
commit | 2694c89c3322b730b5635960e893323aa6524114 (patch) | |
tree | e910f541ae5e55042990459d029404c148ba1051 /ru-ru/php-ru.html.markdown | |
parent | 1058ecc7d4d966788e5d963caf9f8c27dd2ac330 (diff) | |
parent | 985d23a52b76593a120adff5381c2df3a80fe298 (diff) |
Merge pull request #2807 from HairyFotr/typos
[all/en] Fix a bunch of typos
Diffstat (limited to 'ru-ru/php-ru.html.markdown')
-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 2512201b..014ff5d0 100644 --- a/ru-ru/php-ru.html.markdown +++ b/ru-ru/php-ru.html.markdown @@ -128,7 +128,7 @@ define("FOO", "something"); // Доступ к константе возможен через прямое указание её имени без знака $ echo FOO; // печатает 'something' -echo 'This outputs ' . FOO; // печатает 'This ouputs something' +echo 'This outputs ' . FOO; // печатает 'This outputs something' /******************************** * Массивы |