From 7489ee84fe992fb6e8c1d77e9b8801f5d783cdfe Mon Sep 17 00:00:00 2001 From: Lucas Azzola Date: Wed, 1 Nov 2017 09:43:31 +1100 Subject: [PATCH] doc: util.isDeepStrictEqual returns boolean PR-URL: https://github.com/nodejs/node/pull/16653 Reviewed-By: Anna Henningsen Reviewed-By: Vse Mozhet Byt --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/util.md b/doc/api/util.md index e079a1af3e351a..3ba8cade5439e0 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -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`.