diff --git a/doc/api/assert.md b/doc/api/assert.md index 5e801c4eca6a58..fbf169a720b285 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -2551,8 +2551,7 @@ added: REPLACEME Evaluates the equivalence between the `actual` and `expected` parameters by performing a deep comparison. This function ensures that all properties defined -in the `expected` parameter exactly match those in the `actual` parameter in -both value and type, without allowing type coercion. +in the `expected` parameter loosely match those in the `actual` parameter in value, allowing type coercion. ```mjs import assert from 'node:assert';