Skip to content

Commit d8e779c

Browse files
authored
delete useless expression
1 parent f8d0e8a commit d8e779c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ You can [read up more about the auto-accessors pull request on the original PR](
257257

258258
JavaScript 개발자의 주요 문제는 내장된 동등 연사자를 사용해서 `NaN` 값을 확인하는 점입니다.
259259

260-
일부 배경에서 `NaN`은 특수 숫자 값으로 "Not a Number"를 의미합니다.
260+
`NaN`은 특수 숫자 값으로 "Not a Number"를 의미합니다.
261261
`NaN`과 동일한 것은 없습니다. 심지어 `NaN`도 마찬가지입니다.
262262

263263
```js
@@ -498,4 +498,4 @@ For more information, [see this pull request](https://github.com/microsoft/TypeS
498498

499499
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.
500500

501-
For more details, [read more on the original pull request](https://github.com/microsoft/TypeScript/pull/50397).
501+
For more details, [read more on the original pull request](https://github.com/microsoft/TypeScript/pull/50397).

0 commit comments

Comments
 (0)