Skip to content

Commit 959fff6

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

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
@@ -13,7 +13,7 @@ interface Artist {
1313

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

1818
interface ArtistForEdit {
1919
id: number;

0 commit comments

Comments
 (0)