aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/guide/keyed_collections/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/guide/keyed_collections/index.html')
-rw-r--r--files/ko/web/javascript/guide/keyed_collections/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/guide/keyed_collections/index.html b/files/ko/web/javascript/guide/keyed_collections/index.html
index cdb9f5b257..53e5bdccd7 100644
--- a/files/ko/web/javascript/guide/keyed_collections/index.html
+++ b/files/ko/web/javascript/guide/keyed_collections/index.html
@@ -5,7 +5,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">이번 장에서는 입력된 키값을 기준으로 정렬되는 데이터의 집합(자료 구조)에 대해 소개 할 것이다. Map과 Set은 입력된 순서대로 반복적으로 접근 가능한 요소들을 포함하고 있다. </p>
+<p >이번 장에서는 입력된 키값을 기준으로 정렬되는 데이터의 집합(자료 구조)에 대해 소개 할 것이다. Map과 Set은 입력된 순서대로 반복적으로 접근 가능한 요소들을 포함하고 있다. </p>
<h2 id="Maps">Maps</h2>