aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/operators/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript/reference/operators/index.html')
-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>