Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/api/assert.md
  • Loading branch information
Trott authored Jan 5, 2022
commit 3605c0d0557de7f60893bdfb3d173252f577e0b8
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ An alias of [`assert.notStrictEqual()`][].
> Stability: 3 - Legacy: Use [`assert.notStrictEqual()`][] instead.

Tests shallow, coercive inequality with the [`!=` operator][]. `NaN` is
specially handled and treated as being identical if sides are `NaN`.
specially handled and treated as being identical if both sides are `NaN`.

```mjs
import assert from 'assert';
Expand Down