Skip to content

Commit 3b3af23

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

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
@@ -10,7 +10,7 @@
1010

1111
const failingResponse = ["Not Found", 404];
1212

13-
// 하지만 튜플로서 배열의 타입을 선언할 필요가 있을 것입니다.
13+
// 또한 튜플에 타입 선언이 필요할 수 있습니다.
1414

1515
const passingResponse: [string, number] = ["{}", 200];
1616

0 commit comments

Comments
 (0)