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 26709ab commit d07254aCopy full SHA for d07254a
docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
@@ -35,7 +35,7 @@ type MyPartialType<Type> = {
35
// 매핑된 타입을 사용할 수 있습니다:
36
type MappedArtistForEdit = MyPartialType<Artist>;
37
38
-// 완벽에 가깝지만,
+// 완벽해 보이지만,
39
// id가 절대 발생하면 안되는 null이 될 수 있게 해줍니다.
40
// 그래서 교집합 타입을 사용하여 빠르게 하나를 개선해 봅시다.
41
// (예시를 살펴보세요:union-and-intersection-types)
0 commit comments