Skip to content

Commit c955628

Browse files
authored
Update TypeScript 4.9.md
1 parent d8e779c commit c955628

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
@@ -255,7 +255,7 @@ You can [read up more about the auto-accessors pull request on the original PR](
255255

256256
## `NaN` 동등성 검사
257257

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

260260
`NaN`은 특수 숫자 값으로 "Not a Number"를 의미합니다.
261261
`NaN`과 동일한 것은 없습니다. 심지어 `NaN`도 마찬가지입니다.

0 commit comments

Comments
 (0)