Skip to content

Commit beda96e

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

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
@@ -21,7 +21,7 @@ interface ArtistForEdit {
2121
bio?: string;
2222
}
2323

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

0 commit comments

Comments
 (0)