Skip to content

Commit 0b5a0ad

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 34dfce7 commit 0b5a0ad

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
@@ -304,7 +304,7 @@ assert.notDeepEqual(obj1, obj3);
304304
// AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
305305

306306
assert.notDeepEqual(obj1, obj4);
307-
// OK, obj1 and obj2 are not deeply equal
307+
// OK, obj1 and obj4 are not deeply equal
308308
```
309309

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

0 commit comments

Comments
 (0)