Skip to content

Commit ff6954f

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

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
@@ -45,7 +45,7 @@ const staff: StaffAccount[] = [
4545
];
4646

4747
// 튜플에서 시작 타입은 알지만
48-
// 가지고 나서 길이를 알 수 없을 때,
48+
// 길이에 대해 알 수 없을 때
4949
// 길이에 상관없고 추가 인덱스가 특정한 타입이 된다는 것을
5050
// 나타내기 위해 전개 연산자를 사용할 수 있습니다:
5151

0 commit comments

Comments
 (0)