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.
2 parents 86254b7 + 6b21272 commit 6b29eacCopy full SHA for 6b29eac
docs/playground/ko/TypeScript/Primitives/Union and Intersection Types.ts
@@ -10,7 +10,7 @@ type AMessyUnion = "hello" | 156 | { error: true };
10
// 다음을 확인해보세요: example:literals
11
12
// 하나의 유니언에 서로 다른 타입을 혼합할 수 있으며,
13
-// 말하고 싶은 점은 값은 그 타입 중 하나라는 것입니다.
+// 여기서 중요한 점은 값은 그 타입 중 하나라는 것입니다.
14
15
// TypeScript는 실행 중에 어떤 값이 될 수 있는지
16
// 결정하는 방법을 알아낼 것입니다.
0 commit comments