aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/global_objects
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-23 11:33:33 +0300
committerGitHub <noreply@github.com>2021-03-23 11:33:33 +0300
commit72768788322a74945d377831c0481b53e3aed9f8 (patch)
tree1ec79cecac096025179931b3a785148647577b40 /files/ru/web/javascript/reference/global_objects
parent3ca809a38e141d7818fc4123b84d55adf3daccc9 (diff)
downloadtranslated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.gz
translated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.bz2
translated-content-72768788322a74945d377831c0481b53e3aed9f8.zip
Unify Russian translation of "functionality" (#289)
* Unify Russian translation of "functionality" * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> * Update files/ru/learn/server-side/django/forms/index.html Co-authored-by: Sasha Sushko <sushko@outlook.com> Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects')
-rw-r--r--files/ru/web/javascript/reference/global_objects/promise/index.html2
-rw-r--r--files/ru/web/javascript/reference/global_objects/webassembly/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/promise/index.html b/files/ru/web/javascript/reference/global_objects/promise/index.html
index 711ced45c2..8493ebd961 100644
--- a/files/ru/web/javascript/reference/global_objects/promise/index.html
+++ b/files/ru/web/javascript/reference/global_objects/promise/index.html
@@ -115,7 +115,7 @@ new Promise(function(resolve, reject) { ... });</pre>
// reject("failure reason"); // неудача
});</pre>
-<p>Чтобы снабдить функцию функционалом обещаний, нужно просто вернуть в ней объект <code>Promise</code>:</p>
+<p>Чтобы снабдить функцию функциональностью обещаний, нужно просто вернуть в ней объект <code>Promise</code>:</p>
<pre class="brush: js">function myAsyncFunction(url) {
return new Promise((resolve, reject) =&gt; {
diff --git a/files/ru/web/javascript/reference/global_objects/webassembly/index.html b/files/ru/web/javascript/reference/global_objects/webassembly/index.html
index f85c20b310..42bc330c29 100644
--- a/files/ru/web/javascript/reference/global_objects/webassembly/index.html
+++ b/files/ru/web/javascript/reference/global_objects/webassembly/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly
---
<div>{{JSRef}}{{SeeCompatTable}}</div>
-<p>Объект JavaScript <strong><code>WebAssembly</code></strong> действует как пространство имён для всего <a href="/en-US/docs/WebAssembly">WebAssembly</a>-связанного функционала.</p>
+<p>Объект JavaScript <strong><code>WebAssembly</code></strong> действует как пространство имён для всего <a href="/en-US/docs/WebAssembly">WebAssembly</a>-связанной функциональности.</p>
<p>В отличие от большинства других глобальных объектов, <code>WebAssembly</code> не является конструктором (это не объект функции). Можно сравнить его с {{jsxref("Math")}}, который так же является пространством имён констант и функций, или  {{jsxref("Intl")}}, который является пространством имён для конструкторов интернационализации и других языково-чувствительных функций.</p>