Skip to content

Commit a67883c

Browse files
Updated API Breaking Changes (markdown)
1 parent 0fecbda commit a67883c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API-Breaking-Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeScript 4.9
22

3-
## Replacing `substitute` with `constraint` on `SubstitutionType`s
3+
## `substitute` Replaced With `constraint` on `SubstitutionType`s
44

55
As part of an optimization on substitution types, `SubstitutionType` objects no longer contain the `substitute` property representing the effective substitution (usually an intersection of the base type and the implicit constraint) - instead, they just contain the `constraint` property.
66

0 commit comments

Comments
 (0)