From 577d24baa41ff2af1d63bc312a3ceab8ee360157 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 5 Jul 2018 12:52:53 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/issues/9371 PR-URL: https://github.com/nodejs/node/pull/21672 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Jon Moss Reviewed-By: James M Snell --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/modules.md b/doc/api/modules.md index c46b30560da81f..71de4e519e119a 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -693,7 +693,7 @@ added: v0.1.16 * {module[]} -The module objects required by this one. +The module objects required for the first time by this one. ### module.exports