Skip to content

Commit 6b836ee

Browse files
Sho MiyamotoMayaLekova
Sho Miyamoto
authored andcommitted
doc: fix a typo in util.isDeepStrictEqual
PR-URL: nodejs#18775 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent af07009 commit 6b836ee

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
@@ -627,7 +627,7 @@ added: v9.0.0
627627
* `val2` {any}
628628
* Returns: {boolean}
629629

630-
Returns `true` if there is deep strict equality between `val` and `val2`.
630+
Returns `true` if there is deep strict equality between `val1` and `val2`.
631631
Otherwise, returns `false`.
632632

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

0 commit comments

Comments
 (0)