Skip to content

Commit fa98eec

Browse files
vsemozhetbytFishrock123
authored andcommitted
doc: fix typo in assert code example
PR-URL: #9704 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0a3e5cc commit fa98eec

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
@@ -345,7 +345,7 @@ assert.notStrictEqual(1, 2);
345345
// OK
346346

347347
assert.notStrictEqual(1, 1);
348-
// AssertionError: 1 != 1
348+
// AssertionError: 1 !== 1
349349

350350
assert.notStrictEqual(1, '1');
351351
// OK

0 commit comments

Comments
 (0)