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

Commit

Permalink
doc: util.isDeepStrictEqual returns boolean
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#16653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
azz authored and addaleax committed Dec 7, 2017
1 parent ae3402a commit 2af9229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ added: v9.0.0

* `val1` {any}
* `val2` {any}
* Returns: {string}
* Returns: {boolean}

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

0 comments on commit 2af9229

Please sign in to comment.