Skip to content

Commit 6ee28b2

Browse files
azzcjihrig
authored andcommitted
doc: util.isDeepStrictEqual returns boolean
PR-URL: #16653 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 59a4789 commit 6ee28b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ added: v9.0.0
462462

463463
* `val1` {any}
464464
* `val2` {any}
465-
* Returns: {string}
465+
* Returns: {boolean}
466466

467467
Returns `true` if there is deep strict equality between `val` and `val2`.
468468
Otherwise, returns `false`.

0 commit comments

Comments
 (0)