aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/operators
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-04 23:27:51 +0900
committerGitHub <noreply@github.com>2021-09-04 23:27:51 +0900
commit1f84b4a68d62235e1e642b9688b11263cf2b8141 (patch)
treed9880fa0e026bac7196ffa81b16219437b634235 /files/ja/web/javascript/reference/operators
parent8a5f76c0dad2243e05c89998a8d23f6edaeb7df4 (diff)
downloadtranslated-content-1f84b4a68d62235e1e642b9688b11263cf2b8141.tar.gz
translated-content-1f84b4a68d62235e1e642b9688b11263cf2b8141.tar.bz2
translated-content-1f84b4a68d62235e1e642b9688b11263cf2b8141.zip
プロミスの rejet(ed) の訳語を「拒否」に統一 (#2252)
- Googleなどの検索件数に基づくと、「拒絶」よりも「拒否」の方が使用例が多いとみられるため。
Diffstat (limited to 'files/ja/web/javascript/reference/operators')
-rw-r--r--files/ja/web/javascript/reference/operators/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/operators/index.html b/files/ja/web/javascript/reference/operators/index.html
index ce93a79806..aa1fde203b 100644
--- a/files/ja/web/javascript/reference/operators/index.html
+++ b/files/ja/web/javascript/reference/operators/index.html
@@ -39,7 +39,7 @@ translation_of: Web/JavaScript/Reference/Operators
<dt>{{JSxRef("Operators/async_function", "async function")}}</dt>
<dd><code>async function</code> は非同期の関数式を定義します。</dd>
<dt>{{JSxRef("Operators/await", "await")}}</dt>
- <dd>非同期関数式の停止/再開と、プロミスの解決/拒絶を待ちます。</dd>
+ <dd>非同期関数式の停止/再開と、プロミスの解決/拒否を待ちます。</dd>
<dt>{{JSxRef("Global_Objects/Array", "[]")}}</dt>
<dd>配列初期化子またはリテラル構文です。</dd>
<dt>{{JSxRef("Operators/Object_initializer", "{}")}}</dt>