Skip to content

Commit

Permalink
fix typo (#14441)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyjellyy authored Jul 30, 2023
1 parent d3a38bd commit 2f36990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ isNaN(new Date().toString()); // 참

// 이것이 허위 양성이고 isNaN이 완전히 신뢰할 수 없는 이유이다.
isNaN("blabla") // 참: "blabla"는 숫자로 변환됩니다.
// 이것을 숫자롯 parsing 하는 것을 실패하고 NaN을 반환한다.
// 이것을 숫자로 parsing 하는 것을 실패하고 NaN을 반환한다.
```

### 유용한 특별 케이스 행동
Expand Down

0 comments on commit 2f36990

Please sign in to comment.