We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e0577 commit 1783d3bCopy full SHA for 1783d3b
doc/api/assert.md
@@ -271,7 +271,7 @@ assert.notDeepEqual(obj1, obj3);
271
// AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
272
273
assert.notDeepEqual(obj1, obj4);
274
- // OK, obj1 and obj2 are not deeply equal
+ // OK, obj1 and obj4 are not deeply equal
275
```
276
277
If the values are deeply equal, an `AssertionError` is thrown with a `message`
0 commit comments