svn: /phpdoc/ru/trunk/language/ functions.xml operators.xml

[email protected] (Alexey Pyltsyn)
Newsgroups php.doc.ru
Message-ID <[email protected]>
lex                                      Sun, 10 Nov 2019 00:19:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=348284

Log:
Fix typos by anon from FB

Changed paths:
    U   phpdoc/ru/trunk/language/functions.xml
    U   phpdoc/ru/trunk/language/operators.xml

Modified: phpdoc/ru/trunk/language/functions.xml
===================================================================
--- phpdoc/ru/trunk/language/functions.xml	2019-11-10 00:16:23 UTC (rev 348283)
+++ phpdoc/ru/trunk/language/functions.xml	2019-11-10 00:19:51 UTC (rev 348284)
@@ -380,7 +380,7 @@
    </para>

    <para>
-    Чтобы объявить тип агрумента, необходимо перед его именем добавить имя требуемого типа.
+    Чтобы объявить тип аргумента, необходимо перед его именем добавить имя требуемого типа.
     Объявление типов может принимать значения &null;, если значение по умолчанию для аргумента является &null;.
    </para>


Modified: phpdoc/ru/trunk/language/operators.xml
===================================================================
--- phpdoc/ru/trunk/language/operators.xml	2019-11-10 00:16:23 UTC (rev 348283)
+++ phpdoc/ru/trunk/language/operators.xml	2019-11-10 00:19:51 UTC (rev 348284)
@@ -497,7 +497,7 @@
 $a = 3;
 $a += 5; // устанавливает $a в 8, как если бы мы написали: $a = $a + 5;
 $b = "Привет";
-$b .= "-привет!"; // устанавливает $b в "Привет-привет!",  как и $b = $b . "There!";
+$b .= "-привет!"; // устанавливает $b в "Привет-привет!",  как и $b = $b . "-привет!";

 ?>
 ]]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.