Skip to content

Commit

Permalink
doc: fix linter issue
Browse files Browse the repository at this point in the history
PR-URL: #37657
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
aduh95 authored and danielleadams committed Mar 16, 2021
1 parent 1f63418 commit ebc6f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Legacy assertion mode uses the [Abstract Equality Comparison][] in:

To use legacy assertion mode:

```cjs
```mjs
import assert from 'assert';
```

Expand Down

0 comments on commit ebc6f41

Please sign in to comment.