Skip to content

Commit

Permalink
Update event-loop-timers-and-nexttick.md (#7364)
Browse files Browse the repository at this point in the history
Fix typo in event loop documentation: replace 'a person' with 'the event loop' for clarity and accuracy.

Signed-off-by: Saeed <32861976+saeid1994@users.noreply.github.com>
  • Loading branch information
saeid1994 authored Jan 10, 2025
1 parent d61ffd8 commit 1b10adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ those timers' callbacks.

### check

This phase allows a person to execute callbacks immediately after the
This phase allows the event loop to execute callbacks immediately after the
**poll** phase has completed. If the **poll** phase becomes idle and
scripts have been queued with `setImmediate()`, the event loop may
continue to the **check** phase rather than waiting.
Expand Down

0 comments on commit 1b10adc

Please sign in to comment.