Skip to content

Commit fe7e8ae

Browse files
authored
doc: fix grammar in worker_threads.md
Signed-off-by: hyemimi <hyemi7375@gmail.com> PR-URL: #64913 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 6c862f4 commit fe7e8ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/worker_threads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,8 +1836,8 @@ is done within the event loop. So the event loop utilization is
18361836
immediately available once the worker's script begins execution.
18371837
18381838
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
1839+
stuck in bootstrap. The following example shows how the worker's entire
1840+
lifetime never accumulates any `idle` time, but is still able to process
18411841
messages.
18421842

18431843
```mjs

0 commit comments

Comments
 (0)