diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-09-15 22:48:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 22:48:53 +0300 |
commit | 5e48f8a9807acb369fa0228d16655fc044f4a17b (patch) | |
tree | 602bc587890e0e972e5aba6080b04f0a039cf2ac /files/ru/web/javascript/reference/index.html | |
parent | 517fef5c59a5086e0e323e6a46159d2b78d91096 (diff) | |
download | translated-content-5e48f8a9807acb369fa0228d16655fc044f4a17b.tar.gz translated-content-5e48f8a9807acb369fa0228d16655fc044f4a17b.tar.bz2 translated-content-5e48f8a9807acb369fa0228d16655fc044f4a17b.zip |
Unification translation of rest parameters (#2470)
* Унификация термина "rest parameters"
* Update files/ru/web/javascript/reference/functions/index.html
Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
Diffstat (limited to 'files/ru/web/javascript/reference/index.html')
-rw-r--r-- | files/ru/web/javascript/reference/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/index.html b/files/ru/web/javascript/reference/index.html index 606c77d483..f498c81725 100644 --- a/files/ru/web/javascript/reference/index.html +++ b/files/ru/web/javascript/reference/index.html @@ -35,7 +35,7 @@ translation_of: Web/JavaScript/Reference <li><a href="/ru/docs/Web/JavaScript/Reference/Functions/arguments"><code>arguments</code></a></li> <li><a href="/ru/docs/Web/JavaScript/Reference/Arrow_functions">Стрелочные функции</a></li> <li><a href="/ru/docs/Web/JavaScript/Reference/Default_parameters">Параметры по умолчанию</a></li> - <li><a href="/ru/docs/Web/JavaScript/Reference/Functions/rest_parameters">Оставшиеся параметры</a></li> + <li><a href="/ru/docs/Web/JavaScript/Reference/Functions/rest_parameters">Остаточные параметры</a></li> </ul> <h2 id="Additional_reference_pages" name="Additional_reference_pages">Дополнительные справочные страницы</h2> |