Skip to content

Commit 6e3c3c3

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

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
@@ -27,7 +27,7 @@ if (passingResponse[1] === 200) {
2727
console.log(localInfo);
2828
}
2929

30-
// 이는 TypeScript가 올바른 인덱스에서 올바른 타입을 제공하고,
30+
// 이는 TypeScript가 올바른 인덱스에 올바른 타입을 제공하고,
3131
// 선언되지 않은 인덱스에 있는 객체에 접근하면
3232
// 에러가 발생한다는 것을 의미합니다.
3333

0 commit comments

Comments
 (0)