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 959fff6 commit beda96eCopy full SHA for beda96e
docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
@@ -21,7 +21,7 @@ interface ArtistForEdit {
21
bio?: string;
22
}
23
24
-// 위에 Artist와 같지 않을 수도 있습니다.
+// 위에 Artist 타입과 같지 않을 수도 있습니다.
25
// 매핑된 타입으로 기존 타입에서
26
// 변화를 만들어 낼 수 있습니다.
27
0 commit comments