Skip to content

Commit 4ecf5bb

Browse files
Sho MiyamotoMylesBorins
Sho Miyamoto
authored andcommitted
doc: fix a typo in util.isDeepStrictEqual
Backport-PR-URL: #19127 PR-URL: #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>
1 parent 479b622 commit 4ecf5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ added: v9.0.0
491491
* `val2` {any}
492492
* Returns: {boolean}
493493

494-
Returns `true` if there is deep strict equality between `val` and `val2`.
494+
Returns `true` if there is deep strict equality between `val1` and `val2`.
495495
Otherwise, returns `false`.
496496

497497
See [`assert.deepStrictEqual()`][] for more information about deep strict

0 commit comments

Comments
 (0)