Skip to content

Commit 5254c95

Browse files
authored
Fix typo (#2668)
1 parent dcbdba1 commit 5254c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/union-types/nominative-union-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When used with multiple types, it introduces a new nominal type (which is why th
2929

3030
A declaration `typedef F<X1 extend B1, Xn extends Bn> = T1 | .. | Tn;` introduces a new nominal type `F`.
3131

32-
The type `F` is, trivially, a supertype of `Never` and a subtype of `Object?`, and a super/sub-type of itself (subtying is reflexive).
32+
The type `F` is, trivially, a supertype of `Never` and a subtype of `Object?`, and a super/sub-type of itself (subtyping is reflexive).
3333

3434
It’s a subtype of `Object` if all the elements types are subtypes of `Object`. _(We say that the union types itself is nullable or non-nullable in those cases.)_
3535

0 commit comments

Comments
 (0)