Skip to content

Commit 577d24b

Browse files
transitive-bullshittargos
authored andcommitted
doc: fix module.children description
Updates the module.children description in the docs to match current functionality in that it will only contain the modules required for the first time by this module. Fixes: #9371 PR-URL: #21672 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent cd6601b commit 577d24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ added: v0.1.16
693693

694694
* {module[]}
695695

696-
The module objects required by this one.
696+
The module objects required for the first time by this one.
697697

698698
### module.exports
699699
<!-- YAML

0 commit comments

Comments
 (0)