aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/statements/for-await...of
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements/for-await...of')
-rw-r--r--files/zh-cn/web/javascript/reference/statements/for-await...of/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html b/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html
index 597426a1fc..272bc49fb1 100644
--- a/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html
@@ -20,8 +20,8 @@ translation_of: Web/JavaScript/Reference/Statements/for-await...of
<p>类似于 {{jsxref("Operators/await", "await")}} 运算符一样,该语句只能在一个{{jsxref("Statements/async_function", "async function", "异步函数", 1)}} 内部使用。</p>
-<div class="blockIndicator note">
-<p><code>for await...of</code> 不适用于不是异步可迭代的异步迭代器。</p>
+<div class="note">
+<p><strong>备注:</strong><code>for await...of</code> 不适用于不是异步可迭代的异步迭代器。</p>
</div>