We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5691dfd commit a75a545Copy full SHA for a75a545
doc/api/perf_hooks.md
@@ -211,7 +211,7 @@ setImmediate(() => {
211
});
212
```
213
214
-While the CPU is mostly idle while running this script the value of
+Although the CPU is mostly idle while running this script, the value of
215
`utilization` is 1. This is because the call to [`child_process.spawnSync()`][]
216
blocks the event loop from proceeding.
217
0 commit comments