Skip to content

Commit fd0462e

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

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
@@ -1,5 +1,5 @@
11
// 매핑된 타입은 다른 타입을 기반으로 새로운 타입을 만드는 방법입니다.
2-
// 또한 효과적인 변형 타입입니다.
2+
// 또한 효과적으로 타입을 변환할 수 있습니다.
33

44
// 매핑된 타입을 사용하는 일반적인 케이스는
55
// 기존 타입의 부분적인 하위집합을 다루는 것입니다.

0 commit comments

Comments
 (0)