Skip to content

Commit a50c3e4

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/TypeScript/Meta-Types/Discriminate Types.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent a74c59b commit a50c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const handleEvent = (event: TimingEvent) => {
3535
// 숫자와 같습니다.
3636

3737
// 이 예제에서,
38-
// 식별된 유니언과 처리하기 위한 추가 오류 상태가 있습니다.
38+
// 식별된 유니언과 처리해야 하는 추가 오류 상태가 있습니다.
3939

4040
type APIResponses = { version: 0; msg: string } | { version: 1; message: string; status: number } | { error: string };
4141

0 commit comments

Comments
 (0)