Skip to content

Commit b156f52

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent fd0462e commit b156f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Meta-Types/Mapped Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// 매핑된 타입을 사용하는 일반적인 케이스는
55
// 기존 타입의 부분적인 하위집합을 다루는 것입니다.
6-
// 예를 들어 API는 Artist를 반환할 수 있습니다:
6+
// 예를 들어 다음 API는 Artist를 반환할 수 있습니다:
77

88
interface Artist {
99
id: number;

0 commit comments

Comments
 (0)