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 460c2b2 commit 86254b7Copy full SHA for 86254b7
docs/playground/ko/TypeScript/Primitives/Union and Intersection Types.ts
@@ -16,7 +16,7 @@ type AMessyUnion = "hello" | 156 | { error: true };
16
// 결정하는 방법을 알아낼 것입니다.
17
18
// 예를 들어, 유니언은 가끔 타입을
19
-// 여러 개 사용함으로써 훼손될 수 있습니다:
+// 여러 개 사용함으로써 기존 의도와 달라질 수 있습니다:
20
21
type WindowStates = "open" | "closed" | "minimized" | string;
22
0 commit comments