From 62a44a32adc214f8daa66aac4c47a0c3cad8d40f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 25 Dec 2017 14:21:18 -0800 Subject: doc: improve module.builtinModules text `module is maintained by a third-party module` seems confusing. Changed to `module is maintained by a third-party`. PR-URL: https://github.com/nodejs/node/pull/17865 Reviewed-By: Weijia Wang Reviewed-By: Timothy Gu Reviewed-By: Minwoo Jung Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api/modules.md b/doc/api/modules.md index 73fd9a2842..458ba73c3d 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -839,7 +839,7 @@ added: v9.3.0 * {string[]} A list of the names of all modules provided by Node.js. Can be used to verify -if a module is maintained by a third-party module or not. +if a module is maintained by a third party or not. Note that `module` in this context isn't the same object that's provided by the [module wrapper][]. To access it, require the `Module` module: -- cgit v1.2.3