From 361632dab1eb57c55fae17d2fcb11b3000036661 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 Mar 2021 06:33:59 -0700 Subject: [PATCH] doc: fix lint error in modules.md PR-URL: https://github.com/nodejs/node/pull/37811 Reviewed-By: Antoine du Hamel Reviewed-By: Bradley Farias --- doc/api/modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/modules.md b/doc/api/modules.md index 611deba2b73fbb..6d7f4077fe08ac 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -656,6 +656,7 @@ native modules and if a name matching a native module is added to the cache, only `node:`-prefixed require calls are going to receive the native module. Use with care! + ```js const assert = require('assert'); const realFs = require('fs');