aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/guide/indexed_collections/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/guide/indexed_collections/index.html')
-rw-r--r--files/zh-tw/web/javascript/guide/indexed_collections/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/guide/indexed_collections/index.html b/files/zh-tw/web/javascript/guide/indexed_collections/index.html
index b34c419252..a5e843c220 100644
--- a/files/zh-tw/web/javascript/guide/indexed_collections/index.html
+++ b/files/zh-tw/web/javascript/guide/indexed_collections/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Guide/Indexed_collections
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Regular_Expressions", "Web/JavaScript/Guide/Keyed_Collections")}}</div>
-<p class="summary">This chapter introduces collections of data which are ordered by an index value. This includes arrays and array-like constructs such as {{jsxref("Array")}} objects and {{jsxref("TypedArray")}} objects.</p>
+<p>This chapter introduces collections of data which are ordered by an index value. This includes arrays and array-like constructs such as {{jsxref("Array")}} objects and {{jsxref("TypedArray")}} objects.</p>
<h2 id="Array_object"><code>Array</code> object</h2>