Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 3d8f406

Browse files
azzQard
authored andcommitted
doc: util.isDeepStrictEqual returns boolean
PR-URL: nodejs/node#16653 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
1 parent b5e1d52 commit 3d8f406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ added: REPLACEME
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)