Skip to content

Commit 6b29eac

Browse files
committed
Merge branch 'Translation-to-ko-playground-Union-and-Intersection-Types' of https://github.com/yahma25/TypeScript-Website-Localizations into Translation-to-ko-playground-Union-and-Intersection-Types
2 parents 86254b7 + 6b21272 commit 6b29eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Primitives/Union and Intersection Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type AMessyUnion = "hello" | 156 | { error: true };
1010
// 다음을 확인해보세요: example:literals
1111

1212
// 하나의 유니언에 서로 다른 타입을 혼합할 수 있으며,
13-
// 말하고 싶은 점은 값은 그 타입 중 하나라는 것입니다.
13+
// 여기서 중요한 점은 값은 그 타입 중 하나라는 것입니다.
1414

1515
// TypeScript는 실행 중에 어떤 값이 될 수 있는지
1616
// 결정하는 방법을 알아낼 것입니다.

0 commit comments

Comments
 (0)