Skip to content

Commit 4334d6a

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix typo in assert code example
PR-URL: #9704 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f05f0fe commit 4334d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
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)