Skip to content

Commit d977fd6

Browse files
Trottaduh95
andauthored
Update doc/api/assert.md
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent fbcdcf6 commit d977fd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/assert.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,8 +2551,7 @@ added: REPLACEME
25512551

25522552
Evaluates the equivalence between the `actual` and `expected` parameters by
25532553
performing a deep comparison. This function ensures that all properties defined
2554-
in the `expected` parameter exactly match those in the `actual` parameter in
2555-
both value and type, without allowing type coercion.
2554+
in the `expected` parameter loosely match those in the `actual` parameter in value, allowing type coercion.
25562555

25572556
```mjs
25582557
import assert from 'node:assert';

0 commit comments

Comments
 (0)