Skip to content

Commit 1783d3b

Browse files
vsemozhetbytMylesBorins
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 79e0577 commit 1783d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
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)