Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-03-08 18:05:29 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-03-08 21:20:16 +0300
commit1ad09593fd077ecc4b42e8f73740349fec9d469a (patch)
tree0bada531d432456b4c94fa22341691ba048b5d3e /doc/api/assert.md
parent20009d7deefc3ce69b74e85b6515decbdef1d597 (diff)
doc: fix linter issue
PR-URL: https://github.com/nodejs/node/pull/37657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 87672be02ec..45693dd52b0 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -112,7 +112,7 @@ Legacy assertion mode uses the [Abstract Equality Comparison][] in:
To use legacy assertion mode:
-```cjs
+```mjs
import assert from 'assert';
```