Skip to content

Commit 198463a

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix a typo in the assert.md
PR-URL: #9598 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent e3dc05d commit 198463a

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)