Skip to content

Commit 9a3ef29

Browse files
committed
fix better expression
1 parent 6692755 commit 9a3ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/release-notes/TypeScript 4.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const palette = {
102102
const redComponent = palette.red.at(0);
103103
const greenNormalized = palette.green.toUpperCase();
104104
```
105-
더 많은 예시를 보고 싶다면, [문제를 제기한 이슈](https://github.com/microsoft/TypeScript/issues/47920)[이를 구현한 pull request](https://github.com/microsoft/TypeScript/pull/46827)를 확인하세요.
105+
더 많은 예시를 보고 싶다면, [제안한 이슈](https://github.com/microsoft/TypeScript/issues/47920)[이를 구현한 pull request](https://github.com/microsoft/TypeScript/pull/46827)를 확인하세요.
106106
우리와 함께 이 기능을 구현한 [Oleksandr Tarasiuk](https://github.com/a-tarasyuk)에게 감사드립니다.
107107

108108
## Unlisted Property Narrowing with the `in` Operator

0 commit comments

Comments
 (0)