diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-21 10:41:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 10:41:00 +0300 |
| commit | 7586547b4ee219ca2d0c6b462408a243052d24f6 (patch) | |
| tree | 3ca0f7565c0d4f48ab22069a9af2ba4c85b0ad1a /files/ru/web/api/node/replacechild | |
| parent | f35245b5536f167c4c22dac32db7120b6dac5609 (diff) | |
| download | translated-content-7586547b4ee219ca2d0c6b462408a243052d24f6.tar.gz translated-content-7586547b4ee219ca2d0c6b462408a243052d24f6.tar.bz2 translated-content-7586547b4ee219ca2d0c6b462408a243052d24f6.zip | |
Deeper yofication of Russian translation (#251)
Diffstat (limited to 'files/ru/web/api/node/replacechild')
| -rw-r--r-- | files/ru/web/api/node/replacechild/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/node/replacechild/index.html b/files/ru/web/api/node/replacechild/index.html index ae9a375735..f1bbaa172a 100644 --- a/files/ru/web/api/node/replacechild/index.html +++ b/files/ru/web/api/node/replacechild/index.html @@ -19,8 +19,8 @@ original_slug: Web/API/Node.replaceChild <pre class="syntaxbox"><em>replacedNode</em> = <em>parentNode</em>.replaceChild(<em>newChild</em>, <em>oldChild</em>); </pre> <ul> - <li><code>newChild</code> элемент на который будет заменён <code>oldChild</code>. В случает если он уже есть в DOM, то сначала он будет удален.</li> - <li><code>oldChild</code> элемент который будет заменен.</li> + <li><code>newChild</code> элемент на который будет заменён <code>oldChild</code>. В случает если он уже есть в DOM, то сначала он будет удалён.</li> + <li><code>oldChild</code> элемент который будет заменён.</li> <li><code>replacedNode</code> заменённый элемент. Тоже самое что и <code>oldChild</code>.</li> </ul> <h2 id="Example" name="Example">Пример</h2> |
