Skip to content

Commit 26709ab

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

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
@@ -31,7 +31,7 @@ type MyPartialType<Type> = {
3131
[Property in keyof Type]?: Type[Property];
3232
};
3333

34-
// 이제 edit 인터페이스를 만드는 대신에
34+
// 이제 수정하는 인터페이스를 추가로 만드는 대신에
3535
// 매핑된 타입을 사용할 수 있습니다:
3636
type MappedArtistForEdit = MyPartialType<Artist>;
3737

0 commit comments

Comments
 (0)