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 b156f52 commit b2c2bf0Copy full SHA for b2c2bf0
docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
@@ -11,7 +11,7 @@ interface Artist {
11
bio: string;
12
}
13
14
-// 그러나, Artist의 하위집합만 변경하는 API에
+// 그러나, Artist의 하위집합만 변경하기 위해
15
// 수정사항을 보냈었다면
16
// 일반적으로 추가 타입을 만들어야만 했습니다:
17
0 commit comments