Skip to content

Commit a371ba2

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/TypeScript/Type Primitives/Tuples.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent 899293f commit a371ba2

File tree

1 file changed

+1
-1
lines changed
  • docs/playground/ko/TypeScript/Type Primitives

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Type Primitives/Tuples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 일반적으로 배열은 0부터 여러 개의
22
// 단일 타입 객체를 포함할 수 있습니다.
33
// TypeScript는 다양한 타입을 포함하고,
4-
// 색인되는 순서가 중요한 배열에 특별한 분석을 가지고 있습니다.
4+
// 색인되는 순서가 중요한 배열을 특별하게 분석할 수 있습니다.
55

66
// 이를 튜플이라고 부릅니다. 튜플을 일부 데이터에 연결하기 위한
77
// 방법으로 생각할 수 있지만, 키로 구성되는 객체보다 구문을 덜 가집니다.

0 commit comments

Comments
 (0)