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 beda96e commit 23b7970Copy full SHA for 23b7970
docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
@@ -22,7 +22,7 @@ interface ArtistForEdit {
22
}
23
24
// 위에 Artist 타입과 같지 않을 수도 있습니다.
25
-// 매핑된 타입으로 기존 타입에서
+// 매핑된 타입은 기존 타입에서
26
// 변화를 만들어 낼 수 있습니다.
27
28
type MyPartialType<Type> = {
0 commit comments