Skip to content

Commit

Permalink
doc: util.isDeepStrictEqual returns boolean
Browse files Browse the repository at this point in the history
PR-URL: #16653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
azz authored and cjihrig committed Nov 6, 2017
1 parent 59a4789 commit 6ee28b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.md
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 6ee28b2

Please sign in to comment.