Skip to content

Commit

Permalink
Translate 4.9 release page - SubstitutionType part
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGwan committed Dec 12, 2022
1 parent dfdd587 commit 2b99997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/ko/release-notes/TypeScript 4.9.md
Expand Up @@ -494,8 +494,8 @@ let val = someValue;

더 자세한 정보는 이 [pull request](https://github.com/microsoft/TypeScript/pull/50890)를 참고하세요.

## `substitute` Replaced With `constraint` on `SubstitutionType`s
## `SubstitutionType`에서 `substitute``constraint`로 대체됩니다

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.
substitution 타입의 최적화의 일부로 `SubstitutionType` 객체는 effective substitution을 나타내는 (일반적으로 base type과 암시적 constraint의 intersection) `substitution` 속성을 더 이상 포함하지 않습니다. 대신 `constraint` 속성만 포함합니다.

For more details, [read more on the original pull request](https://github.com/microsoft/TypeScript/pull/50397).
더 자세히 보려면 원본 [pull request](https://github.com/microsoft/TypeScript/pull/50397)에서 읽어보세요.

0 comments on commit 2b99997

Please sign in to comment.