doc: util.isDeepStrictEqual returns boolean

PR-URL: https://github.com/nodejs/node/pull/16653
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
Lucas Azzola 2017-11-01 09:43:31 +11:00 committed by Anna Henningsen
parent 8cd940af13
commit 7489ee84fe
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -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`.