Skip to content

Commit 5a1a8cf

Browse files
chore: update deprecated url (microsoft#3145)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
1 parent c05a65e commit 5a1a8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground-examples/copy/en/TypeScript/Meta-Types/Discriminate Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ const handleResponse = (response: APIResponses) => {
6363
// parts of the union are checked. There is a good pattern
6464
// for this using the never type in the handbook:
6565

66-
// https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions
66+
// https://www.typescriptlang.org/docs/handbook/2/narrowing.html#the-never-type

0 commit comments

Comments
 (0)