Skip to content

Commit 1039196

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

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
@@ -12,7 +12,7 @@ interface Artist {
1212
}
1313

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

1818
interface ArtistForEdit {

0 commit comments

Comments
 (0)