From 3d4e3d37ad9452eb3c1757184baeb7a536d893e8 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 --- 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`.