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 34dfce7 commit 0b5a0adCopy full SHA for 0b5a0ad
doc/api/assert.md
@@ -304,7 +304,7 @@ assert.notDeepEqual(obj1, obj3);
304
// AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
305
306
assert.notDeepEqual(obj1, obj4);
307
-// OK, obj1 and obj2 are not deeply equal
+// OK, obj1 and obj4 are not deeply equal
308
```
309
310
If the values are deeply equal, an `AssertionError` is thrown with a `message`
0 commit comments