We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d012dd3 commit 8135f36Copy full SHA for 8135f36
src/node.h
@@ -658,8 +658,8 @@ enum Flags : uint64_t {
658
// inspector in situations where one has already been created,
659
// e.g. Blink's in Chromium.
660
kNoCreateInspector = 1 << 9,
661
- // Controls where or not the InspectorAgent for this Environment should
662
- // call StartDebugSignalHandler. This control is needed by embedders who may
+ // Controls whether or not the InspectorAgent for this Environment should
+ // call StartDebugSignalHandler. This control is needed by embedders who may
663
// not want to allow other processes to start the V8 inspector.
664
kNoStartDebugSignalHandler = 1 << 10,
665
// Controls whether the InspectorAgent created for this Environment waits for
0 commit comments