From c4576ded828eb9a5ef5f032c8f9409a7116f80a1 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:06 +0800 Subject: remove id attribute not in heading for zh-CN --- files/zh-cn/web/javascript/reference/global_objects/promise/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/promise/index.html') diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/index.html index 31420f60c5..418851f99a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise ---

{{JSRef}}

-

Promise 对象用于表示一个异步操作的最终完成 (或失败)及其结果值。

+

Promise 对象用于表示一个异步操作的最终完成 (或失败)及其结果值。

若想了解 promises 的工作方式以及如何使用它们,我们建议您先阅读使用 promises

-- cgit v1.2.3-54-g00ecf