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 6e3c3c3 commit c989022Copy full SHA for c989022
docs/playground/ko/TypeScript/Type Primitives/Tuples.ts
@@ -44,7 +44,7 @@ const staff: StaffAccount[] = [
44
[2, "Aneurin", "aneurin.s@", "Supervisor"],
45
];
46
47
-// 튜플의 시작에서 알려진 타입의 집합을
+// 튜플에서 시작 타입은 알지만
48
// 가지고 나서 길이를 알 수 없을 때,
49
// 길이에 상관없고 추가 인덱스가 특정한 타입이 된다는 것을
50
// 나타내기 위해 전개 연산자를 사용할 수 있습니다:
0 commit comments