Skip to content

Commit 2484fb7

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

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
@@ -36,7 +36,7 @@ type MyPartialType<Type> = {
3636
type MappedArtistForEdit = MyPartialType<Artist>;
3737

3838
// 완벽해 보이지만,
39-
// id가 절대 발생하면 안되는 null이 될 수 있게 해줍니다.
39+
// id 값이 null 이 되는 상황을 방지할 수 없습니다.
4040
// 그래서 교집합 타입을 사용하여 빠르게 하나를 개선해 봅시다.
4141
// (예시를 살펴보세요:union-and-intersection-types)
4242

0 commit comments

Comments
 (0)