Skip to content

Commit 23b7970

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

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
@@ -22,7 +22,7 @@ interface ArtistForEdit {
2222
}
2323

2424
// 위에 Artist 타입과 같지 않을 수도 있습니다.
25-
// 매핑된 타입으로 기존 타입에서
25+
// 매핑된 타입은 기존 타입에서
2626
// 변화를 만들어 낼 수 있습니다.
2727

2828
type MyPartialType<Type> = {

0 commit comments

Comments
 (0)