Skip to content

Commit 49e2651

Browse files
umatomavsemozhetbyt
authored andcommitted
doc: fix comment in assert.md
PR-URL: nodejs#16335 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
1 parent 023b95b commit 49e2651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ assert.notDeepEqual(obj1, obj3);
441441
// AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
442442

443443
assert.notDeepEqual(obj1, obj4);
444-
// OK, obj1 and obj2 are not deeply equal
444+
// OK, obj1 and obj4 are not deeply equal
445445
```
446446

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

0 commit comments

Comments
 (0)