Skip to content

Commit dc4c348

Browse files
vsemozhetbytMylesBorins
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 10d4f47 commit dc4c348

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
@@ -339,7 +339,7 @@ assert.notStrictEqual(1, 2);
339339
// OK
340340

341341
assert.notStrictEqual(1, 1);
342-
// AssertionError: 1 != 1
342+
// AssertionError: 1 !== 1
343343

344344
assert.notStrictEqual(1, '1');
345345
// OK

0 commit comments

Comments
 (0)