Skip to content

Commit bba161b

Browse files
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent f38edf8 commit bba161b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/repl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,11 +649,11 @@ added: v14.5.0
649649
deprecated: REPLACEME
650650
-->
651651

652-
> Stability: 0 - Deprecated. Use `module.builtinModules` instead.
652+
> Stability: 0 - Deprecated. Use [`module.builtinModules`][] instead.
653653
654654
* {string\[]}
655655

656-
A list of the names of all Node.js modules, e.g., `'http'`.
656+
A list of the names of some Node.js modules, e.g., `'http'`.
657657

658658
## `repl.start([options])`
659659

0 commit comments

Comments
 (0)