Skip to content

Commit

Permalink
doc: fix a typo in util.isDeepStrictEqual
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Sho Miyamoto authored and BridgeAR committed Feb 16, 2018
1 parent 463d1a4 commit ff471da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff471da

Please sign in to comment.