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