summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorSho Miyamoto <shqld8@gmail.com>2018-02-14 16:18:04 +0900
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-16 19:40:05 +0100
commitff471da1a81b325508b265290f7b49649030f4a6 (patch)
tree6e9939703f1fbbd07c751e4cb4f90afe818772e0 /doc/api/util.md
parent463d1a490f2ed4679f8805fa57084b4445ea40d6 (diff)
downloadandroid-node-v8-ff471da1a81b325508b265290f7b49649030f4a6.tar.gz
android-node-v8-ff471da1a81b325508b265290f7b49649030f4a6.tar.bz2
android-node-v8-ff471da1a81b325508b265290f7b49649030f4a6.zip
doc: fix a typo in util.isDeepStrictEqual
PR-URL: https://github.com/nodejs/node/pull/18775 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index b5a3f51ad6..4201e7dfd2 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -627,7 +627,7 @@ added: v9.0.0
* `val2` {any}
* Returns: {boolean}
-Returns `true` if there is deep strict equality between `val` and `val2`.
+Returns `true` if there is deep strict equality between `val1` and `val2`.
Otherwise, returns `false`.
See [`assert.deepStrictEqual()`][] for more information about deep strict