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 a74c59b commit a50c3e4Copy full SHA for a50c3e4
docs/playground/ko/TypeScript/Meta-Types/Discriminate Types.ts
@@ -35,7 +35,7 @@ const handleEvent = (event: TimingEvent) => {
35
// 숫자와 같습니다.
36
37
// 이 예제에서,
38
-// 식별된 유니언과 처리하기 위한 추가 오류 상태가 있습니다.
+// 식별된 유니언과 처리해야 하는 추가 오류 상태가 있습니다.
39
40
type APIResponses = { version: 0; msg: string } | { version: 1; message: string; status: number } | { error: string };
41
0 commit comments