Skip to content

Commit 0b5a0ad

Browse files
umatomaMylesBorins
authored andcommitted
doc: fix comment in assert.md
PR-URL: #16335 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
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)