Skip to content

Commit 360f403

Browse files
mjombleMylesBorins
authored andcommitted
doc: fix typo in assert.md
PR-URL: #16866 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Bryan English <[email protected]>
1 parent c4634bf commit 360f403

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
@@ -299,7 +299,7 @@ assert.fail(1, 2, 'whoops', '>');
299299
// AssertionError [ERR_ASSERTION]: whoops
300300
```
301301

302-
*Note*: Is the last two cases `actual`, `expected`, and `operator` have no
302+
*Note*: In the last two cases `actual`, `expected`, and `operator` have no
303303
influence on the error message.
304304

305305
```js

0 commit comments

Comments
 (0)