Skip to content

Commit bff4e88

Browse files
vsemozhetbytaddaleax
authored andcommitted
doc: fix a typo in the assert.md
PR-URL: #9598 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent deabb5c commit bff4e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ assert.notDeepEqual(obj1, obj3);
271271
// AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
272272

273273
assert.notDeepEqual(obj1, obj4);
274-
// OK, obj1 and obj2 are not deeply equal
274+
// OK, obj1 and obj4 are not deeply equal
275275
```
276276

277277
If the values are deeply equal, an `AssertionError` is thrown with a `message`

0 commit comments

Comments
 (0)