Skip to content

Commit

Permalink
Merge branch 'nodejs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yaten2302 authored Jan 11, 2025
2 parents 0b24e44 + 1b10adc commit c05f0b9
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 c05f0b9

Please sign in to comment.