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 a371ba2 commit 3b3af23Copy full SHA for 3b3af23
docs/playground/ko/TypeScript/Type Primitives/Tuples.ts
@@ -10,7 +10,7 @@
10
11
const failingResponse = ["Not Found", 404];
12
13
-// 하지만 튜플로서 배열의 타입을 선언할 필요가 있을 것입니다.
+// 또한 튜플에 타입 선언이 필요할 수 있습니다.
14
15
const passingResponse: [string, number] = ["{}", 200];
16
0 commit comments