We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38edf8 commit bba161bCopy full SHA for bba161b
doc/api/repl.md
@@ -649,11 +649,11 @@ added: v14.5.0
649
deprecated: REPLACEME
650
-->
651
652
-> Stability: 0 - Deprecated. Use `module.builtinModules` instead.
+> Stability: 0 - Deprecated. Use [`module.builtinModules`][] instead.
653
654
* {string\[]}
655
656
-A list of the names of all Node.js modules, e.g., `'http'`.
+A list of the names of some Node.js modules, e.g., `'http'`.
657
658
## `repl.start([options])`
659
0 commit comments