Skip to content

Commit 8b5485d

Browse files
addaleaxrvagg
authored andcommitted
src: fix up doc comment for experimental-worker bool
PR-URL: #22165 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 677d10c commit 8b5485d

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)