There was an error while loading. Please reload this page.
1 parent 6bd15b2 commit 673db40Copy full SHA for 673db40
1 file changed
doc/api/worker_threads.md
@@ -1836,8 +1836,8 @@ is done within the event loop. So the event loop utilization is
1836
immediately available once the worker's script begins execution.
1837
1838
An `idle` time that does not increase does not indicate that the worker is
1839
-stuck in bootstrap. The following examples shows how the worker's entire
1840
-lifetime never accumulates any `idle` time, but is still be able to process
+stuck in bootstrap. The following example shows how the worker's entire
+lifetime never accumulates any `idle` time, but is still able to process
1841
messages.
1842
1843
```mjs
0 commit comments