aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/guide/keyed_collections/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/guide/keyed_collections/index.html')
-rw-r--r--files/zh-cn/web/javascript/guide/keyed_collections/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/guide/keyed_collections/index.html b/files/zh-cn/web/javascript/guide/keyed_collections/index.html
index fe78a06692..2b1d774e45 100644
--- a/files/zh-cn/web/javascript/guide/keyed_collections/index.html
+++ b/files/zh-cn/web/javascript/guide/keyed_collections/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Guide/Keyed_collections
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Indexed_Collections", "Web/JavaScript/Guide/Working_with_Objects")}}</div>
-<p class="summary">这一章介绍由key值标记的数据容器;Map 和 Set 对象承载的数据元素可以按照插入时的顺序被迭代遍历。</p>
+<p>这一章介绍由key值标记的数据容器;Map 和 Set 对象承载的数据元素可以按照插入时的顺序被迭代遍历。</p>
<h2 id="映射">映射</h2>