Skip to content

Commit d13d60d

Browse files
addaleaxtargos
authored andcommitted
src: fix up doc comment for experimental-worker bool
PR-URL: #22165 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 561b1f5 commit d13d60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_internals.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ extern bool config_experimental_modules;
195195
// that is used by lib/vm.js
196196
extern bool config_experimental_vm_modules;
197197

198-
// Set in node.cc by ParseArgs when --experimental-vm-modules is used.
198+
// Set in node.cc by ParseArgs when --experimental-worker is used.
199199
// Used in node_config.cc to set a constant on process.binding('config')
200-
// that is used by lib/vm.js
200+
// that is used by the module loader.
201201
extern bool config_experimental_worker;
202202

203203
// Set in node.cc by ParseArgs when --experimental-repl-await is used.

0 commit comments

Comments
 (0)