aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
index ee59ebba46..db3fac1a89 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
@@ -29,9 +29,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/entries
<h3 id="返回值">返回值</h3>
-<dl>
- <dd>给定对象自身可枚举属性的键值对数组。</dd>
-</dl>
+<p>给定对象自身可枚举属性的键值对数组。</p>
<h2 id="描述">描述</h2>