Skip to content

Commit 8402dca

Browse files
author
Orta Therox
authored
Merge pull request #2192 from NiloCK/patch-1
rename generic parameters in `Exclude<>`
2 parents 0c2aab8 + 32a456d commit 8402dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/documentation/copy/en/reference/Utility Types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ todoInfo;
205205
// ^?
206206
```
207207

208-
## `Exclude<Type, ExcludedUnion>`
208+
## `Exclude<UnionType, ExcludedMembers>`
209209

210210
<blockquote class=bg-reading>
211211

@@ -214,7 +214,7 @@ Released:
214214

215215
</blockquote>
216216

217-
Constructs a type by excluding from `Type` all union members that are assignable to `ExcludedUnion`.
217+
Constructs a type by excluding from `UnionType` all union members that are assignable to `ExcludedMembers`.
218218

219219
##### Example
220220

0 commit comments

Comments
 (0)