We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ae64c commit fd0462eCopy full SHA for fd0462e
docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
@@ -1,5 +1,5 @@
1
// 매핑된 타입은 다른 타입을 기반으로 새로운 타입을 만드는 방법입니다.
2
-// 또한 효과적인 변형 타입입니다.
+// 또한 효과적으로 타입을 변환할 수 있습니다.
3
4
// 매핑된 타입을 사용하는 일반적인 케이스는
5
// 기존 타입의 부분적인 하위집합을 다루는 것입니다.
0 commit comments