Skip to content

Commit 77e7614

Browse files
umatomaMylesBorins
authored andcommitted
doc: fix comment in assert.md
PR-URL: #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 f9321bb commit 77e7614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ assert.notDeepEqual(obj1, obj3);
387387
// AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
388388

389389
assert.notDeepEqual(obj1, obj4);
390-
// OK, obj1 and obj2 are not deeply equal
390+
// OK, obj1 and obj4 are not deeply equal
391391
```
392392

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

0 commit comments

Comments
 (0)