We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcee8f3 commit 899293fCopy full SHA for 899293f
docs/playground/ko/TypeScript/Type Primitives/Tuples.ts
@@ -1,6 +1,6 @@
1
// 일반적으로 배열은 0부터 여러 개의
2
// 단일 타입 객체를 포함할 수 있습니다.
3
-// TypeScript는 여러 타입을 포함하고,
+// TypeScript는 다양한 타입을 포함하고,
4
// 색인되는 순서가 중요한 배열에 특별한 분석을 가지고 있습니다.
5
6
// 이를 튜플이라고 부릅니다. 튜플을 일부 데이터에 연결하기 위한
0 commit comments