Skip to content

Commit 86254b7

Browse files
committed
Fix to understand easier
1 parent 460c2b2 commit 86254b7

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
@@ -16,7 +16,7 @@ type AMessyUnion = "hello" | 156 | { error: true };
1616
// 결정하는 방법을 알아낼 것입니다.
1717

1818
// 예를 들어, 유니언은 가끔 타입을
19-
// 여러 개 사용함으로써 훼손될 수 있습니다:
19+
// 여러 개 사용함으로써 기존 의도와 달라질 수 있습니다:
2020

2121
type WindowStates = "open" | "closed" | "minimized" | string;
2222

0 commit comments

Comments
 (0)