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 8f7df90 commit 6e3c3c3Copy full SHA for 6e3c3c3
docs/playground/ko/TypeScript/Type Primitives/Tuples.ts
@@ -27,7 +27,7 @@ if (passingResponse[1] === 200) {
27
console.log(localInfo);
28
}
29
30
-// 이는 TypeScript가 올바른 인덱스에서 올바른 타입을 제공하고,
+// 이는 TypeScript가 올바른 인덱스에 올바른 타입을 제공하고,
31
// 선언되지 않은 인덱스에 있는 객체에 접근하면
32
// 에러가 발생한다는 것을 의미합니다.
33
0 commit comments