Skip to content

Commit b2c2bf0

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent b156f52 commit b2c2bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Artist {
1111
bio: string;
1212
}
1313

14-
// 그러나, Artist의 하위집합만 변경하는 API에
14+
// 그러나, Artist의 하위집합만 변경하기 위해
1515
// 수정사항을 보냈었다면
1616
// 일반적으로 추가 타입을 만들어야만 했습니다:
1717

0 commit comments

Comments
 (0)